mixin css(href)
link(rel="stylesheet", href="/public/"+href)
mixin script(src)
script(src="/public/"+src)
mixin security
include ./form_security.pug