Files
net/_layouts/page.html
2012-01-02 23:15:05 -05:00

10 lines
114 B
HTML

---
layout: default
---
<article>
<header>
<h1>{{ page.title }}</h1>
</header>
{{ content }}
</article>