--- layout: default --- {% set isPostLayout = true %} {% block content %} {% include 'post.html' with { 'post': page } %} {% endblock %} {% block javascript %} {% if page.disqus_comments %} {% endif %} {% endblock %}