Figured out Templatesflask --debug run People can now change code and upload it without needing a code editor.

This commit is contained in:
Norm Rasmussen
2023-03-10 17:59:16 -05:00
parent 43cdcff115
commit a435a66b81
7 changed files with 160 additions and 129 deletions

8
app/templates/home.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
{% include 'head.html' %}
{% include 'header.html' %}
{% include 'logo.html' %}
{% block content %}
<h2>Academy: {{ session.school }}.</h2>
{% endblock %}