net/_layouts/page.html

10 lines
114 B
HTML
Raw Normal View History

2012-01-02 23:15:05 -05:00
---
layout: default
---
<article>
<header>
<h1>{{ page.title }}</h1>
</header>
{{ content }}
</article>