mirror of
https://github.com/jackeilles/xygt.git
synced 2024-11-08 16:02:37 +01:00
7 lines
217 B
HTML
7 lines
217 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h2>Contact</h2>
|
||
|
<p>For any and all enquiries, you can contact me on the E-Mail below;</p>
|
||
|
<a href="mailto:jack@eilles.xyz">jack@eilles.xyz</a>
|
||
|
{% endblock %}
|