1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-12-03 14:37:48 +01:00
gojekyll/commands/testdata/site/_layouts/default.html
2017-07-26 10:17:53 -04:00

5 lines
104 B
HTML

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