{% if site.data.carbon.enabled %}
{% include 2017/headline-pub.html %}
{% endif %}
{% if page.tags contains 'WIP' %}
{% endif %}
{% if page.deprecated_by %}
{% endif %}
{% if page.intro %}
{{ page.intro | markdownify }}
{% endif %}
{{ content }}
{% include 2017/comments-area.html page=page %}
{% include 2017/search-footer.html %}
{% include 2017/related-posts.html page=page %}
{% include 2017/foot.html %}