thsf.net/build/lib/thsf/templates/planning.html

9 lines
167 B
HTML

{% extends "base.html" %}
{% block content %}
<div id="schedule">
{% for slot in slots %}
{% include "slot.html" %}
{% endfor %}
</div>
{% endblock %}