Back to Mkdocs Material

Blog

material/templates/blog.html

9.7.6309 B
Original Source

{#- This file was automatically generated - do not edit -#} {% extends "main.html" %} {% block container %}

{% for post in posts %} {% include "partials/post.html" %} {% endfor %} {% if pagination %} {% block pagination %} {% include "partials/pagination.html" %} {% endblock %} {% endif %}

{% endblock %}