aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
blob: fcb0e0a63817094606c812c1f6156d0ac2e6c91a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: default
---

<article>
  <header class="page-header">
    <h1 class="text-muted">
      {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
      <p><small>{{ page.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</small></p>
    </h1>
  </header>

  {{ content }}
</article>