kernel_panic_web/kernelpanic.lol/templates/page.html
2023-08-10 17:57:27 -06:00

6 lines
126 B
HTML

{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
{{ this.body }}
{% endblock %}