{% extends "layout.html" %} {% from 'model/macros.html' import icon_tag with context %} {% set title ='index' %} {% block body %} {% block header %}{% endblock %}

exitsts .not

exeunt hoall.

What is this?

Highlights of the Moment

{% for type, link_meta in highlights.items() %} {% set uid, label, icon = link_meta %}
{{icon_tag(icon, label)}}

{{ type | e }}: {{ label | e }}

{% endfor %}
{% endblock %}