mirror of
https://github.com/offen/website.git
synced 2024-11-23 01:20:29 +01:00
11 lines
191 B
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 %}
|