Files
Grinch-AP/WebHostLib/templates/autotablepage.html
2021-05-13 00:41:49 +02:00

6 lines
199 B
HTML

{% extends "tablepage.html" %}
{% block head %}
{{ super() }}
<script type="application/ecmascript" src="{{ url_for('static', filename="assets/autodatatable.js") }}"></script>
{% endblock %}