kernel_panic_web/kernelpanic.lol/templates/page.html

6 lines
126 B
HTML
Raw Permalink Normal View History

2023-06-21 17:30:48 +00:00
{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
{{ this.body }}
{% endblock %}