mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-15 17:51:27 +00:00
5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
|
{% extends "layout.jinja" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>{{ message }}</h1>
|
||
|
{% endblock %}
|