Archipelago/WebHostLib/templates/autotablepage.html

6 lines
199 B
HTML
Raw Normal View History

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