aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
blob: 18544b4627b8de4cb553b7bf4f8ce3ee883796eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: base
---
<article class="post">

  <header class="post-header">
    <h1 class="post-title">{{ page.title | escape }}</h1>
  </header>

  <div class="post-content">
    {{ content }}
  </div>

</article>