8a6bb0bbed
Posts tagged "proclamation" will be listed on the front page.
6 lines
165 B
HTML
6 lines
165 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main_content %}
|
|
{{ post_macros::content(page=page) }}
|
|
{{ post_macros::tags(page=page, short=true) }}
|
|
{% endblock main_content %}
|