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

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