{% if include.truncate %} {% if page.content contains '' %} {{ page.content | split:'' | first | markdownify }} {% else %} {{ page.content | markdownify }} {% endif %} {% else %} {{ content }} {% if page.comments %} {% assign wrote_header = false %} {% for comment in page.comments %} {% if wrote_header == false %}

Comments



{% endif %} {% endif %} {% endif %} {% unless include.truncate %} {% include plugins/like_button.html %} {% include plugins/twitter_share.html %} {% endunless %}