{% import "macros/macros.html" as post_macros %} {% include "partials/header.html" %}
{% include "partials/nav.html" %} {# Post page is the default #} {% block main_content %} Nothing here?! {% endblock main_content %} {% if config.extra.comment | default(value=false) %}
{% include "_giscus_script.html" %} {% endif %}