mirror of
https://github.com/house-of-vanity/house-of-vanity.github.io.git
synced 2025-07-07 00:34:07 +00:00
6 lines
142 B
HTML
6 lines
142 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block main_content %}
|
|
{{ post_macros::content(page=page, extra=config.extra)}}
|
|
{% endblock main_content %}
|