mauflix/source/templates/index.html

14 lines
186 B
HTML

{% extends "base.html" %}
{% block content %}
<script type='text/javascript' charset='utf-8'>
webix.ready(function(){
webix.ui(ui_main)
})
</script>
{% endblock %}