mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 14:27:28 +01:00
8 lines
148 B
Twig
8 lines
148 B
Twig
|
{% extends "frames/default.html.twig" %}
|
||
|
{% block title %}
|
||
|
Homepage
|
||
|
{% endblock %}
|
||
|
{% block content %}
|
||
|
<h2>Welcome to infinito!</h2>
|
||
|
{% endblock %}
|