{% for action in section.actions %}
{% if action.href %}
{{ action.caption }}
{% else %}
{% endif %}
{% endfor %}
{% if section.actions %}
{% endif %}
{% endfor %}
{{ section.title }}
{% if section.description %}{{ section.description }}
{% endif %} {% if section.pre %} {{ section.pre }} {% else %}-
{% if not section.children %}
< none >
{% endif %}
{% for item in section.children %}
- {{ item }} {% endfor %}