mirror of
https://github.com/resf/distro-tools.git
synced 2025-01-03 16:20:55 +00:00
5 lines
87 B
Text
5 lines
87 B
Text
|
{% extends "layout.jinja" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>{{ message }}</h1>
|
||
|
{% endblock %}
|