summaryrefslogtreecommitdiffstats
path: root/templates/contact.html
blob: e81d9d9f05d53cde01b64d6e785e2bb313a06b80 (plain) (blame)
1
2
3
4
5
6
7
{% extends "base.html" %}
{% block title %}Imprint{% endblock %}
{% block content %}
<h1>Contact</h1>
If you encounter any problems or wish to send us some other message, please write to:<br/><br/>
<strong style="margin-left:20%;">dev@spline.de</strong><br/>
{% endblock %}