chaoswest.tv/templates/page.html

7 lines
180 B
HTML
Raw Permalink Normal View History

2024-01-21 23:22:19 +01:00
{% extends "layout.html" %}
{% from "macros/blog.html" import render_blog_post %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
{{ this.body }}
{% endblock %}