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
Raw Normal View History

{% extends "base.html" %}
{% block content %}
2019-09-04 16:20:35 +02:00
<div id="app-host"></div>
{% endblock %}
{% block scripts %}
{{ super () }}
<script src="{{AUDITORIUM_SCRIPT}}"></script>
{% endblock %}