{% extends "layout.html" %} {% set title = 'Search result' %} {% block content %}

نتائج البحث عن “الجامعة”

{% for i in range(0, 2) -%} {% include 'component/default-post.html' %} {%- endfor %}
{% include 'component/most-viewed.html' %} {% include 'component/aside.html' %}
{% endblock content %}