@@ -0,0 +1,6 @@
+<form action="{{ path('check-login') }}" method="post">
+ {{ error }}
+ <input type="text" name="username" />
+ <input type="password" name="password" value="" />
+ <input type="submit" />
+</form>