{% extends "layout.html" %} {% block info %}

The admin interface generally works but still has issues, if you're able to log in, it's assumed that you know know what you're doing.
{% endblock %} {% macro navactive(name, subname='') -%} {% if name == (request.path | getname(2)) -%} class="active" {%- endif -%} {%- endmacro %} {% block navigation %}
{% endblock %} {% endblock %}