Sort of semi-working UI.

This commit is contained in:
simon 2014-07-02 21:54:35 +01:00
parent 8a9aae56e0
commit ce2a04477a
12 changed files with 407 additions and 86 deletions

View file

@ -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 %}