{% block titletags -%}
{% block title %}{{ title }}{% endblock %} — {{ config['SITE_TITLE'] }}
{%- endblock %}
{%- if config['TYPEKIT_CODE'] %} {% endif -%} {% block pageheaders %}{% endblock %}
Home
{# {% if g.avatar_url %}
{% endif %} #}
{% if g.user -%}
{{ g.user.fullname }}
Logout
{% else %}
Login
{% endif %}
{% block header %}{% endblock %}
{% block flashmessages %}
{%- for category, msg in get_flashed_messages(with_categories=true) %}
{{ msg }}
{%- endfor %}
{% endblock %} {% block heading %}
{{ self.title()|e }}
{% endblock %} {% block content %}{% endblock %}
{% assets "js_all" -%} {% endassets -%} {% if config['DEBUG'] %} {% endif %} {% if config['GA_CODE'] and not config['DEBUG'] %} {% endif -%} {% block footerscripts %}{% endblock %}