15 lines
378 B
HTML
15 lines
378 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
{% include header.html type="page" %}
|
|
|
|
<div class="{% if page.full-width %} container-fluid {% else %} container-md {% endif %}" role="main">
|
|
<div class="row">
|
|
<div class="{% if page.full-width %} col {% else %} col-xl-8 offset-xl-2 col-lg-10 offset-lg-1 {% endif %}">
|
|
{{ content }}
|
|
{% include comments.html %}
|
|
</div>
|
|
</div>
|
|
</div>
|