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