{% extends "base.html" %} {% load markdownify %} {% block content %}

{{ packet.name }}

{% if not packet.enabled %}
You have been given preview access to the packet; please be aware that it might change, and that the contents are not to be shared until it is made public.
{% endif %} {% include "hugopacket/bits/welcome.html" %}
{% for packet_file in packet_files %} {% include "hugopacket/bits/packet_file.html" with packet=packet_file %} {% endfor %}
{% endblock %}