Files
flask-files/files/templates/about/thanks.html

11 lines
212 B
HTML

{% extends 'base.html' %}
{% block title %}about/thanks{% endblock %}
{% block content %}
<h3>Thanks</h3>
<p>
Thanks for sending a message, I will send you an email as soon as possible.
</p>
{% endblock %}