{% from 'components/meta/attributes.html' import attributes %} {% from 'components/links.html' import local_link %} {% macro local_nav() %} {% endmacro %} {% macro local_list() %} {% endmacro %} {% macro local_list_ordered() %}
    {{ caller() }}
{% endmacro %} {% macro local_item(id, text) %}
  • {{ local_link(id, text) }}
  • {% endmacro %}