{% extends "index.html" %} {% block content %} {% set section = get_section(path="blog/_index.md")%}
{{ section.content | safe}}
{% include "partials/page_list.html" %}
{% endblock content %}