mirror of
https://github.com/MathiasDPX/blog.git
synced 2025-05-10 07:33:09 +00:00
13 lines
No EOL
206 B
HTML
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 %} |