extends layout.pug

block content
    img(src="/assets/logo_sigma_large.png", width="240px", id='logo', alt="Logo sigma")
    h1 Sigma backend API
    p Veuillez vous connecter.
    p <em>Please log in.</em>
    p #{errorMessage}
    form(action="/adminview/avlogin", method="post")
        div.form-group
            label(for="username") Frankiz ID
            input.form-control(type="text", placeholder="User", name="username")
        div.form-group
            label(for="password") Password
            input.form-control(type="password", placeholder="Password", name="password")
        button.form-control(type="submit",class="button") Connexion/<em>Log in</em>