{% macro menu() %}
NEOrg::
/ {%- if page_path -%} {%- set page_path_as_list = page_path.split('/') -%} {%- for p in page_path_as_list -%}
{{- p -}}
/ {%- endfor %} {% endif %} {% if temp_path %} (generated) {% endif %}
Help
|
History
|
Descendants
| {% if temp_path %}
Edit Template
{% else %}
Edit
{% endif %}
{% endmacro %} {{ menu() }}
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {% block body %}{% endblock %}
{{ menu() }}