{% extends "photonic/base.html" %} {% block body %} {% if not REQ.is_ajax %} {% include "photonic/header.html" %}
{% include "photonic/sidebar.html" %} {% endif %} {% block view %}{% endblock %} {% if not REQ.is_ajax %}
{% include "photonic/footer.html" %} {% endif %} {% endblock %}