brilo-example/templates/header.html.twig

6 lines
143 B
Twig
Raw Normal View History

<div class="container">
<header class="d-flex justify-content-center py-3">
<h1>{{ 'List App' | trans }}</h1>
</header>
</div>