mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-14 12:06:03 +00:00
5 lines
98 B
HTML
5 lines
98 B
HTML
{% extends "site.html" %}
|
|
|
|
{% block body %}
|
|
{% include "partial-post.html" post %}
|
|
{% endblock %}
|