hbnet/user_managment/templates/help.html
2021-05-18 22:10:43 -07:00

5 lines
105 B
HTML

{% extends 'flask_user/_public_base.html' %}
{% block content %}
This is a help page.</p>
{% endblock %}