blob: e5523e3fc22f6a5ee6c0a904a1a903d93f4a3887 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
layout: base
---
{% if page.title %}
<div class="container">
<div class="page-header">
<h1>{{ page.title }}</h1>
</div>
</div>
{% endif %}
<div class="container">
{{ content }}
</div>
|