blog/templates/page.html
Joe Ardent 8a6bb0bbed Tags and homepage working.
Posts tagged "proclamation" will be listed on the front page.
2023-01-08 15:55:40 -08:00

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