doctype html html(lang="en") head base(href=httpRoot) title Error #{error.code} body(style="background-color:#f2f2f2;display:flex;align-items: center;justify-content: center;") div(style="") a(href=httpRoot title="Go to main site") img(src=staticRoot + "site-logo.svg" alt="Compiler Explorer logo" height="50" width="165") p Whoops, #{error.message} hr a(href=httpRoot) Main site