8a6bb0bbed
Posts tagged "proclamation" will be listed on the front page.
10 lines
174 B
HTML
10 lines
174 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block main_content %}
|
|
|
|
<h2>Posts tagged {{ term.name }}</h2>
|
|
|
|
{{ post_macros::cards_posts(pages = term.pages) }}
|
|
|
|
{% endblock main_content %}
|
|
|