{% include head.html %} {{ page.content | markdownify }} {% for category in site.data.blog.categories %} {% if category != nil %} {{ category }} {% endif %} {% endfor %} {% include footer.html %}