{% macro h1(text, ref = None) %}

{{text}} {% if ref %} {{ html_permalinks_icon }} {% endif %}

{% endmacro %} {% macro h2(text, ref = None) %}

{{text}} {% if ref %} {{ html_permalinks_icon }} {% endif %}

{% endmacro %} {% macro h3(text, ref = None) %}

{{text}} {% if ref %} {{ html_permalinks_icon }} {% endif %}

{% endmacro %} {% macro menu_subitem(title, url) %}
  • {{ title }}
  • {% endmacro %} {% macro menu_item(title, url) %}
  • {{ title }}
  • {% endmacro %} {% macro menu() %} {% endmacro %} {% macro prev_next(prev, next) %} {% if prev or next %} {% endif %} {% endmacro %}