{% include sidebar.html %}
{% if page.title %}{% endif %} {% if page.excerpt %}{% endif %} {% if page.date %}{% endif %} {% if page.last_modified_at %}{% endif %}
{% unless page.header.overlay_color or page.header.overlay_image %}
{% if page.title %}

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% endif %}
{% endunless %}
{% if page.toc %} {% endif %} {{ content }} {% if page.link %}
{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}
{% endif %}
{% include post_pagination.html %}
{% if jekyll.environment == 'production' and site.comments.provider and page.comments %} {% include comments.html %} {% endif %}