1
0
mirror of https://github.com/house-of-vanity/house-of-vanity.github.io.git synced 2026-05-06 22:41:20 +00:00
Files
house-of-vanity.github.io/templates/page.html
T
2023-08-25 11:47:55 +03:00

6 lines
142 B
HTML

{% extends "index.html" %}
{% block main_content %}
{{ post_macros::content(page=page, extra=config.extra)}}
{% endblock main_content %}