Add initial web app scaffolding

This commit is contained in:
2022-02-08 23:17:35 -05:00
parent 5e00046622
commit 9278bfeee9
10 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{% extends "base.html.j2" %}
{% from "macros.html.j2" import make_header %}
{% block header %}
{{ make_header(title) }}
{% endblock %}
{% block content %}
{{ error.title }}
{% endblock %}