Sort of semi-working UI.
This commit is contained in:
parent
8a9aae56e0
commit
ce2a04477a
12 changed files with 407 additions and 86 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{% extends "templates/base.html" %}
|
||||
{% block content %}
|
||||
<p>this is the story of mw-ui... work in progress</p>
|
||||
<div>
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
{{content|safe}}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue