1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 09:34:41 +01:00
gojekyll/example/_layouts/default.html
2017-08-10 12:27:51 -04:00

5 lines
104 B
HTML

<!-- default layout -->
<h1>Default Layout: {{page.title}}</h1>
{{content}}
<!-- default layout end -->