diff --git a/server/src/data/app.py b/server/src/data/app.py index 71103d9..0d7d55e 100644 --- a/server/src/data/app.py +++ b/server/src/data/app.py @@ -4,4 +4,5 @@ app = Flask(__name__) @app.route("/") def mainpage(): + items = ['dummy1', 'dummy2', 'a', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'] return render_template('index.html', title='BG Shutdown') \ No newline at end of file diff --git a/server/src/data/templates/index.html b/server/src/data/templates/index.html index b6e629c..1f86269 100644 --- a/server/src/data/templates/index.html +++ b/server/src/data/templates/index.html @@ -26,4 +26,4 @@ -{ % endblock % } \ No newline at end of file +{% endblock %} \ No newline at end of file