blog/templates/contact.html
2025-03-05 15:41:26 +01:00

13 lines
No EOL
206 B
HTML

{% extends 'base.html' %}
{% block head %}
<title>Contact</title>
{% endblock %}
{% block content %}
<h1>Contact</h1>
<hr>
Mail: <a href="mailto:mathias@dupeux.net">mathias@dupeux.net</a>
{% endblock %}