_layouts/page.html
---
layout: default
custom_css_class: page
---
<div class="p-body">
<header class="page__header">
<h1 class="page-header__title" id="page-title">{{ page.title | smartify | widont }}</h1>
{% if page.description %}
<p class="page-header__description">{{ page.description | markdownify | smartify | widont | remove: '<p>' | remove: '</p>' }}</p>
{% endif %}
</header>
{{ content | improve }}
</div>