ansible.l3d.space/templates/page.html

7 lines
154 B
HTML
Raw Normal View History

2023-02-01 00:42:18 +01:00
{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<h2>{{ this.title }}</h2>
{{ this.body }}
{% endblock %}