Jane Doe
admin@acme.com
Email + şifre formu. Remember me checkbox, hata banner ve action/method desteği.
<% var _action = locals.action || '#'; var _method = locals.method || 'post'; var _error = locals.error || ''; %> <% if (_error) { %> <%= _error %> <% } %> <%- include('../../../ui/Input', { id: 'login-email', label: 'Email', type: 'email', name: 'email', required: true, placeholder: 'you@example.com', value: locals.emailValue || '', iconLeft: '' }) %> <%- include('../../../ui/Input', { id: 'login-password', label: 'Password', type: 'password', name: 'password', required: true, iconLeft: '' }) %> Remember me <%- include('../../../ui/Button', { type: 'submit', fullWidth: true, children: 'Sign In' }) %>