Migrate to mithril.js

This commit is contained in:
2023-02-18 09:22:43 +03:00
parent 024d7fb10d
commit bdc8f8496f
79 changed files with 1697 additions and 149 deletions

View File

@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html lang="ru">
{% include 'header.html' %}
{% include 'header.html' %}
<body>
{% include '/inc/init.html' %}
<section id="app" class="container">
{% include '/private/navbar.html' %}
@@ -16,9 +15,10 @@
{% include 'footer.html' %}
</section>
{% block script %}{% endblock %}
<script type="text/javascript" src="{{ STATIC }}/tinymce/tinymce.min.js"></script>
{% include '/inc/run.html' %}
<script type="text/javascript" src="{{ STATIC }}/codemirror/codemirror.js"></script>
<script type="text/javascript" src="/app.js"></script>
</body>
</html>