This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends 'base.html.twig' %} | |
{% block title %}{{ 'Log in!'|trans }}{% endblock %} | |
{% set inputClasses = 'appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm' %} | |
{% set labelClasses = 'block text-sm font-medium text-gray-700' %} | |
{% block body %} | |
<section class="container mx-auto min-h-screen flex flex-col justify-center items-center py-12"> |