smash/smash/templates/index.html

20 lines
262 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 %}