Migrate to mithril.js
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user