mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
5 lines
100 B
HTML
5 lines
100 B
HTML
{% extends "samhuri.net.html" %}
|
|
|
|
{% block body %}
|
|
{% include "partial-post.html" %}
|
|
{% endblock %}
|