{% extends template_to_extend %} {% block extra_head %} {% endblock %} {% block title %}{{ page.title }}{% endblock %} {% block container_type %}container-fluid{% endblock %} {% block precontent %} {% if slideshow_ids %} {% include "jssor/loader.html" %} {% endif %} {% endblock %} {% block infoslabel %} {% include "alapage/edit_btn.html" %} {% endblock %} {% block content %} {% if page.content %}{{ page.content|safe }}{% endif %} {% endblock %}