{% extends "base.html" %} {% load markdownify %} {% block extra_css %} {% endblock %} {% 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 section_data in section_tree %} {% include "hugopacket/bits/section.html" with section_data=section_data depth=0 %} {% endfor %} {% if orphan_files %}

Other Files

{% for packet_file in orphan_files %} {% include "hugopacket/bits/packet_file.html" with packet=packet_file %} {% if not forloop.last %}
{% endif %} {% endfor %}
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}