samhuri.net/Tests/test-posts/in/templates/post.html
Sami Samhuri 652d192560 Hide .html extensions on all pages by default
This uses the same old page-title/index.html trick that was used before.
2019-12-10 00:27:56 -08:00

5 lines
98 B
HTML

{% extends "site.html" %}
{% block body %}
{% include "partial-post.html" post %}
{% endblock %}