14 lines
293 B
Twig
14 lines
293 B
Twig
{% extends 'Game/index.html.twig' %}
|
|
|
|
{% block title %} - Contact{% endblock %}
|
|
|
|
{% block body %}
|
|
<div class="txt">
|
|
<h2>Contact and user support</h2>
|
|
|
|
<h3>Under construction</h3>
|
|
|
|
<a href="mailto:langlasz@gmail.com">langlasz@gmail.com</a>
|
|
</div>
|
|
{% endblock %}
|