diff options
Diffstat (limited to 'layouts/partials/page.html')
-rw-r--r-- | layouts/partials/page.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/page.html b/layouts/partials/page.html new file mode 100644 index 0000000..d39a27e --- /dev/null +++ b/layouts/partials/page.html @@ -0,0 +1,9 @@ +<section class="container page"> + <article> + <header> + <h1>{{ .Title }}</h1> + </header> + + {{ .Content }} + </article> +</section> |