{% macro navbutton(path, name=None) -%} {{ name or path }} {%- endmacro %} {% set adminmode = request.path.startswith("/admin") %}
(admin)