{% extends 'base.html.twig' %}
{% block title %}FAQ{% endblock %}
{% block body %}
<div class="main-content">
<div>
<p>
In the Future you will find some Support Information about our Server.
</p>
<p>
It will be like a FAQ or something but still needs TBD.
</p>
</div>
</div>
{% endblock %}