contact.html 303 B

1234567891011121314
  1. {% extends "base.html" %}
  2. {% block js %}
  3. {% endblock %}
  4. {% block main %}
  5. <h3>Contact</h3>
  6. <p>I would love to hear from you, please send your feedback here: <img src="{{ url_for('static', filename='img/mail.png') }}" />.</p>
  7. <p>Please do not hesitate to send feature wishes too!</p>
  8. {% endblock %}