{% extends "layout.html" %} {% block content %}
{% if pack is defined %}

{{ pack.name }}

{% include "_pack.html" %} {% else %} {% include "forms/pack.html" %} {% endif %}
{% endblock %}