{% block extra_head %}{% endblock %}
{% if config.FATCAT_DOMAIN.startswith('qa.') %}
{% elif config.FATCAT_DOMAIN.startswith('dev.') %}
{% endif %}
fatcat!
About
Guide
Changelog
{% if current_user.is_authenticated %}
{{ current_user.username }}
Edit History
Comment History
Account
Logout
{% else %}
Login/Signup
{% endif %}
{% block fullmain %}
{% with messages = get_flashed_messages() %} {% if messages %}
{# Needs more javascript:
#} {% if messages|length == 1 %}
{{ messages[0]|safe }}
{% else %}
{% for message in messages %}
{{ message|safe }} {% endfor %}
{% endif %}
{% endif %} {% endwith %} {% block fullbody %}
{% block body %}Nothing to see here.{% endblock %}
{% endblock %}
{% endblock %} {% if config.ENABLE_GOATCOUNTER -%} {%- endif %} {% block postscript %}{% endblock %}