This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
pflaenz.li-Symfony/templates/app/index.html.twig
2021-04-24 16:59:51 +02:00

9 lines
166 B
Twig

{% extends 'base.html.twig' %}
{% block title %}User{% endblock %}
{% block body %}
<div class="mb-3">
<h1>Hello {{ user.username }}!</p>
</div>
{% endblock %}