This commit is contained in:
2026-02-19 14:57:02 +00:00
parent 035dd4a9c7
commit bfc2ac286d
2 changed files with 2 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ app = Flask(__name__)
@app.route("/")
def mainpage():
items = ['dummy1', 'dummy2', 'a', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa']
return render_template('index.html', title='BG Shutdown')

View File

@@ -26,4 +26,4 @@
</div>
{ % endblock % }
{% endblock %}