/= sigil-html /web/sigil/sigil |_ [bowl:gall base-slug=tape] ++ favicon %+ weld "" "" ++ $ =/ sigil (sigil-html src) ;html ;head ;meta(charset "utf-8"); ;meta(name "viewport", content "width=device-width, initial-scale=1, shrink-to-fit=no"); ;link(rel "icon", type "image/svg+xml", href (weld "data:image/svg+xml;utf8," favicon)); == ;body ;main#login-page.white ;h1.tc:"Henlo" ;p:"You are logged" ;+ sigil == ;form(action "/{base-slug}/poke", method "get") ;button(type "submit"):"Test" == ;form(action "/{base-slug}/logout", method "get") ;button(id "logout-button", type "submit"):"Logout" == == == --