extends ../layout.pug block head title Login block content section.form-wrapper.flex-center.mv-10 form.form-post(action='/forms/login' method='POST') input(type='hidden' name='_csrf' value=csrf) input(type='hidden' name='redirect' value=redirect) section.postform-row .postform-label Username input#username(type='text', name='username', maxlength='50') section.postform-row .postform-label Password input#password(type='password', name='password', maxlength='100') input(type='submit', value='submit') p No account? #[a(href='/register') Register]