PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/after_login.html.twig

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/after_login.html.twig   Download  
File: vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Resources/views/Login/after_login.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 294 bytes
 

Contents

Class file image Download
{% extends "::base.html.twig" %} {% block body %} Hello {{ app.user.username }}!<br /><br /> You're browsing to path "{{ app.request.pathInfo }}".<br /><br /> <a href="{{ logout_path('default') }}">Log out</a>. <a href="{{ logout_url('default') }}">Log out</a>. {% endblock %}