hbnet/web/templates/index.html

20 lines
369 B
HTML
Raw Normal View History

{% extends 'flask_user/_public_base.html' %}
{% block content %}
2021-08-02 15:29:12 -04:00
<p>&nbsp;</p>
2021-08-05 17:28:38 -04:00
<p>Welcome to the <strong>{{ user_manager.USER_APP_NAME }}</strong>.
2021-08-02 15:29:12 -04:00
<p>&nbsp;</p>
2021-08-05 17:13:10 -04:00
<table style="width: 600px; margin-left: auto; margin-right: auto;">
2021-08-02 15:29:12 -04:00
<tbody>
<tr>
<td style="text-align: center;">
<h4>Latest News:</h4>
{{news}}
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
{% endblock %}