welcome-username-login.html.twig in Welcome Username 8
{{ content.login_form }} {% if content.profile_link %} {{ content.profile_link }} | {{ content.logout_link }} {% endif %}
1 theme call to welcome-username-login.html.twig
- WelcomeUserNameBlock::build in src/
Plugin/ Block/ WelcomeUserNameBlock.php - Builds and returns the renderable array for this block plugin.
File
templates/welcome-username-login.html.twigView source
- {{ content.login_form }}
- {% if content.profile_link %}
- {{ content.profile_link }} | {{ content.logout_link }}
- {% endif %}