{% extends 'base.auth.html.twig' %} {% block title %}Detalles del post {% endblock %} {% block content %} {#
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.userIdentifier }}, Logout
{% endif %}

Please sign in

#}
{# logo #}

Blog

Sign in to your account

Don’t have an account yet? Sign up

{% endblock %}