{% extends "page.html" %} {% block subtitle %}{{ _("Welcome") }}{% endblock %} {% block maintag %}{% endblock %} {% block toolbar %}{% endblock %} {%- block header %} {% endblock -%} {% block content %} {% block promoted %} {% snippet 'home/snippets/promoted.html' %} {% endblock %}
{{ self.flash() }}
{% block primary_content %}
{% block index_content %} {% with items = h.get_facet_items_dict("tags", search_facets, 30) %} {% if items or not hide_empty %} {% for item in items %} {{item.name}} {{item.count}} unread messages {% endfor %} {% endif %} {% endwith %} {% endblock %}
{% endblock %}
{% endblock %} {%- block scripts %} {{ super() }} {% asset 'matolabtheme/index-js' %} {% endblock %}