diff --git a/assets/templates/base.pug b/assets/templates/base.pug index a477e54..0c784f8 100644 --- a/assets/templates/base.pug +++ b/assets/templates/base.pug @@ -7,6 +7,8 @@ html(class="no-js", lang="en") include ./html_head.pug body + include ./header.pug + #content block content p This is default content. diff --git a/assets/templates/header.pug b/assets/templates/header.pug new file mode 100644 index 0000000..8e83f89 --- /dev/null +++ b/assets/templates/header.pug @@ -0,0 +1 @@ +header