mauflix/source/templates/index.html

14 lines
186 B
HTML
Raw Normal View History

2020-12-05 19:38:14 -06:00
{% extends "base.html" %}
{% block content %}
<script type='text/javascript' charset='utf-8'>
webix.ready(function(){
webix.ui(ui_main)
})
</script>
{% endblock %}