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