sicp/_layouts/page.html
2014-05-19 00:22:42 -04:00

14 lines
No EOL
187 B
HTML

---
layout: default
---
<div class="post">
<header class="post-header">
<h1>{{ page.title }}</h1>
</header>
<article class="post-content">
{{ content }}
</article>
</div>