{% import "macros.html" as macros %} {% extends "root.html" %} {% block head %} My communities - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav(selected="communities") }}
{{ text "communities:label.create_new" }}
{% endblock %}