{% extends "base/f_base.html" %} {% load to_json %} {% load static %} {% block header %} {{ page.title }} {% endblock header %} {% block content %}
{% if page_blocks %} {% for block in page_blocks %} {% include "blocks/"|add:block.type|add:"/"|add:block.type|add:"-view.html" with block=block %} {% endfor %} {% endif %}
قدرت گرفته از
{% endblock content %} {% block js %} {% endblock js %}