doctype html html head title CCashBank link(rel="preconnect" href="https://fonts.gstatic.com") link(href="https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&display=swap" rel="stylesheet") body nav.navbar.navbar-expand-lg.navbar-dark.shadow-lg .container .logo .row .col a.navbar-brand(href='/') img(src="/logo.png" style="width:64px; height:64px") .col div.nav-item(style="padding:5px;") h1 SPOTDLWEB .container .container(style="min-height: 3vh") if errors div(class="alert alert-danger") #{errors} if successes div(class="alert alert-success") #{successes} br br block content br hr