aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/_layouts/page.html
blob: 5f9f1379e7c8a0383079634811beea2f9357c5f6 (plain) (blame)
1
2
3
4
5
6
{% capture content %}
<div class="container">
{{ content }}
</div>
{% endcapture %}
{% include header.html %}