smash/smash/templates/index.html
2016-12-02 02:48:50 +00:00

20 lines
282 B
HTML

{% extends "base.html" %}
{% block content %}
<table class="table">
<tr>
<td>
{{ welcometext|safe }}
</td>
<td class="table-separator">
</td>
<td>
{{ newstext|safe }}
</td>
</tr>
</table>
{{ msg|safe }}
{% endblock %}