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/user.html.twig

10 lines
166 B
Twig
Raw Normal View History

2021-04-26 17:31:24 +02:00
{% extends 'base.html.twig' %}
{% block title %}User{% endblock %}
{% block body %}
<div class="mb-3">
<h1>Hello {{ user.username }}!</p>
</div>
{% endblock %}