jeffs-pelican-theme/templates/articles_list_page.html

12 lines
No EOL
264 B
HTML

{% extends "base.html" %}
{% block content %}
<section>
<header class="major">
<h2>{% block header %}{% endblock %}</h2>
</header>
{% include 'include/paginated_posts.html' %}
</section>
{% endblock content %}