{% macro navbutton(path, name=None) -%} {{ name or path }} {%- endmacro %} {% set adminmode = request.path.startswith("/admin") and config["admin_enabled"] and request.path != "/admin/login" %} {% block head %} Emma | {{ title }} {% if adminmode %} {% endif %} {% endblock %}
{% block content %} {% endblock %} {% if not adminmode %}
taken from kate.pet taken from kate.pet taken from kate.pet taken from kate.pet taken from kate.pet made by yours truly
{% endif %}
{% if adminmode %}

(admin)

{% endif %}