mixin css(href)
    link(rel="stylesheet" href="/public/"+href)
mixin script(src)
    script(src="/public/"+src)