5 lines
127 B
HTML
5 lines
127 B
HTML
{% extends "templates/base.html" %}
|
|
{% block content %}
|
|
<p>this is the story of mw-ui... work in progress</p>
|
|
{% endblock %}
|