mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-02-01 16:57:32 +00:00
5 lines
108 B
HTML
5 lines
108 B
HTML
{% extends '../../layout.html' %}
|
|
{% block script %}
|
|
<script src="script.js" defer></script>
|
|
{% endblock %}
|