doughnut-wedding/app/Resources/views/user/logout.html.twig

7 lines
246 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
<h2 class="uk-text-center">You have been successfully logged out.</h2>
<p class="uk-text-center">
You can log in again by going to the <a href="/login">login</a> page.
</p>
{% endblock %}