2
0
mirror of https://github.com/offen/website.git synced 2024-10-19 12:30:27 +02:00
website/homepage/theme/templates/auditorium.html

11 lines
191 B
HTML

{% extends "base.html" %}
{% block content %}
<div id="app-host"></div>
{% endblock %}
{% block scripts %}
{{ super () }}
<script src="{{AUDITORIUM_SCRIPT}}"></script>
{% endblock %}