{% extends "layout.html" %} {% set title = 'Category' %} {% block content %} الرئيسية الأخبار أخر الأخبار {% include 'component/intro.html' %} {% for i in range(0, 2) -%} {% include 'component/default-post.html' %} {%- endfor %} {% include 'component/most-viewed.html' %} {% include 'component/aside.html' %} {% endblock content %}