example/views/layout.pug
doctype html
html(lang='')
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
title #{title}
link(rel='stylesheet', href='main.css')
link(href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css", rel="stylesheet", integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh", crossorigin="anonymous")
script(type='module' async src='example.mjs')
body
.container.pl-sm-0.pr-sm-0.pl-lg-3.pr-lg-3
block content