{% extends 'base.html' %} {% block header %} {% endblock %} {% block container %}
{% include "partial/banner.html" %} {% categoryList categories with moduleId="2" parentId=0 %} {% for item in categories %} {% if forloop.Counter < 10 %}
    {% archiveList archives with type="list" categoryId=item.Id order="id desc" limit="8" %} {% for item in archives %}
  • {{item.Title}}

    {{item.Title}}

    {{item.Description}}
  • {% endfor %} {% endarchiveList %}
{% endif %} {% endfor %} {% endcategoryList %} {% categoryList categories with moduleId="1" parentId=0 %} {% for item in categories %} {% if forloop.Counter < 5 %}
    {% archiveList archives with type="list" categoryId=item.Id order="id desc" limit="6" %} {% for item in archives %}
  • {{item.Title}}

    {{item.Description}}
  • {% endfor %} {% endarchiveList %}
{% endif %} {% endfor %} {% endcategoryList %} {% linkList friendLinks %} {% if friendLinks %}
{% endif %} {% endlinkList %}
{% endblock %}