hbnet/user_managment/templates/index.html

5 lines
194 B
HTML
Raw Normal View History

2021-05-10 12:32:15 -04:00
{% extends 'flask_user/_public_base.html' %}
{% block content %}
<p>Welcome to the <strong>{{ user_manager.USER_APP_NAME }}</strong>. This tool is used to manage your access.</p>
{% endblock %}