{% extends theme("layout.html") %} {% block head_extra %} {# include the csrf token here because we access it in the javascript #} {% endblock %} {% block content %} {%- from theme('macros.html') import navlink with context -%}
{% block management_content %}{% endblock %} {% endblock %} {% block scripts %} {% endblock %}