hbnet/user_managment/templates/help.html

5 lines
105 B
HTML
Raw Normal View History

2021-05-19 01:10:43 -04:00
{% extends 'flask_user/_public_base.html' %}
{% block content %}
This is a help page.</p>
{% endblock %}