mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 06:27:24 +01:00
13 lines
189 B
Twig
13 lines
189 B
Twig
{% extends "frames/default.html.twig" %}
|
|
{% block title %}
|
|
Homepage
|
|
{% endblock %}
|
|
{% block content %}
|
|
<h2>
|
|
{% trans %}
|
|
Imprint
|
|
{% endtrans %}
|
|
</h2>
|
|
Developed by kevinfrantz
|
|
{% endblock %}
|