summaryrefslogtreecommitdiff
path: root/_layouts/page.html
blob: 10b9ab4f66fa73334cc68709012ebc053210b6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: default
---
<div class="post">

  <header class="post-header">
    <h1 class="post-title">{{ page.title }}</h1>
    <p class="post-description">{{ page.description }}</p>
  </header>

  <article>
    {{ content }}
  </article>

</div>