]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Acme/DemoBundle/Resources/views/Secured/layout.html.twig
symfony is there
[github/wallabag/wallabag.git] / src / Acme / DemoBundle / Resources / views / Secured / layout.html.twig
1 {% extends "AcmeDemoBundle::layout.html.twig" %}
2
3 {% block content_header_more %}
4 {{ parent() }}
5 <li>logged in as <strong>{{ app.user ? app.user.username : 'Anonymous' }}</strong> - <a href="{{ path('_demo_logout') }}">Logout</a></li>
6 {% endblock %}