{% extends "layout.html" %} {% block content %}

packs

{% if packs %} {% for pack in packs %}

{{ pack.name }}

{% include "_pack.html" %} {% endfor %} {% else %}

No packs uploaded. You may upload a new pack here.

{% endif %}

{% endblock %}