summaryrefslogtreecommitdiff
path: root/_layouts/page.html
blob: 0adbd61915e46b840e594c58525628bc5c774d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: default
---

<h1>{{ page.title }}</h1>
{% if page.twocolumn %}
<div class="two-column">
  {{ content }}
</div>
{% else %}
{{ content }}
{% endif %}