doctype html html head meta(charset="utf-8") link(rel="stylesheet", type="text/css", href=getStatic('/sass/main.sass')) title Carbon body main.main form div label(for="login") Username input#login( type="text", name="login", autocomplete="username", placeholder="example:matrix.org", required ) div label(for="password") Password input#password( type="text", name="password", autocomplete="current-password", required ) div label(for="homeserver") Homeserver input#homeserver( type="text", name="homeserver", value="matrix.org", required ) div input(type="submit", value="Login")