{% block titletags -%}
{% block title %}{{ title }}{% endblock %} — {{ config['SITE_TITLE'] }}
{%- endblock %}
{%- if config['TYPEKIT_CODE'] %} {% endif -%} {% block pageheaders %}{% endblock %}
{% include "inc/networkbar.html" -%}
Home
{% if g.user -%}
{{ g.user.fullname }}
Logout
{% else %}
Login with Twitter or Google
{% endif %}
{% block header %}{% endblock %}
{%- if breadcrumbs %}
Home
{% for url, title in breadcrumbs -%}
{{ title }}
{% endfor -%}
{% endif -%} {% 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['GA_CODE'] and not config['DEBUG'] %} {% endif -%} {% block footerscripts %}{% endblock %}