pbe/example-site/templates/latest_post.html
Gered 2d9ce75ec0 add separate template for the "latest post" page (the home/main page)
since it's reasonable to assume some may want to customize this a
little differently than the normal post page.
2023-07-01 16:19:22 -04:00

4 lines
103 B
HTML

{% extends "base.html" %}
{% block content %}
{% include "partials/post.html" %}
{% endblock content %}