{% extends template_to_extend %} {% block extra_head %} {% endblock %} {% block title %}{{ page.title }}{% endblock %} {% block header %} {% if page.slideshow_group %} {% if fullscreen %} {% with page.slideshow_group as slideshow_group %} {% include "jssor/loader.html" %} {% endwith %} {% else %} {% include "site_header.html" %} {% endif %} {% endif %} {% endblock %} {% block precontent %} {% if not user.is_superuser and request.path == '/' %} {% if page.slideshow_group %} {% if not fullscreen %} {% with page.slideshow_group as slideshow_group %} {% include "jssor/loader.html" %} {% endwith %} {% endif %} {% endif %} {% endif %} {% endblock %} {% block infoslabel %} {% include "alapage/edit_btn.html" %} {% endblock %} {% block content %} {% if layout %} {% include layout_path %} {% endif %} {% if page.content %}{{ page.content|safe }}{% endif %} {% if page.html %}{{ page.html|safe }}{% endif %} {% if layout %} {% include 'alapage/layouts/bottom.html' %} {% endif %} {% endblock %}