{% extends 'base.html.twig' %} {% block title %}Login - KitscoApp{% endblock %} {% block body %}
KitscoApp

Welcome back

Sign in to your account

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}

© {{ 'now'|date('Y') }} KitscoApp. All rights reserved.

{% endblock %}