{% block head %}{% endblock %}
{% if is_admin %}
{% macro admin_link(url, text) %} {% set url_for = request.app.router.url_path_for(url) %} {{ text }} {% endmacro %}
{% endif %} {% block content %}{% endblock %}