file-explorer/templates/index.html.twig
constantin dfddaa5d0a wip ig
2024-11-15 20:04:29 +01:00

7 lines
128 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Home{% endblock %}
{% block body %}
{{ app.user.username }}
{% endblock %}