Initial commit of historian web application
This commit is contained in:
5
templates/message.html
Normal file
5
templates/message.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h2>{{ header }}</h2>
|
||||
{{ message | safe }}
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user