layout: base


<div class=“content-wrapper”>

{% if page.markdownify == true %}
    {{ content | markdownify }}
{% else %}
    {{ content }}
{% endif %}

</div>