{% extends "photonic/body.html" %} {% block view %} {% if not REQ.is_ajax %} {% endif %} {{ view }} {% block content %}{% endblock %} {% if self.buttons() %} {% block buttons %}{% endblock %} {% endif %} {% if not REQ.is_ajax %} {% endif %} {% endblock %}