Figured out Templatesflask --debug run People can now change code and upload it without needing a code editor.
This commit is contained in:
8
app/templates/home.html
Normal file
8
app/templates/home.html
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
{% include 'head.html' %}
|
||||
{% include 'header.html' %}
|
||||
{% include 'logo.html' %}
|
||||
{% block content %}
|
||||
<h2>Academy: {{ session.school }}.</h2>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user