{# Macros to show the page navigation URLs. Ideally we'd somehow highlight the current location, but this is good enough for now: #} {% macro display_nav_includes() %} {%- endmacro %} {% macro display_nav() -%} {% if identity %} {% set user_details = identity.get('user') %} {% else %} {% set user_details = None %} {% endif %} {%- endmacro %} {# display_nav #}