flask-site/templates/admin/home.html

6 lines
218 B
HTML

{% extends 'admin/master.html' %}
{% block body %}
<h1 style="border-width: 0px; text-align: center; min-height: 120px; position: relative; overflow: hidden;">
<span>congrats, it worked</span>
</h1>
{% endblock %}