{% extends "root.html" %} {% block head %} My stacks - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ macros::timelines_nav(selected="stacks") }} {% if user %}
{{ text "stacks:label.create_new" }}
{% endif %}
{{ icon "award" }} {{ text "stacks:label.my_stacks" }}
{% endblock %}