Back to Mkdocs Material

Blog

src/templates/blog.html

9.7.6248 B
Original Source

{% 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 %}