From 809e93ddd970dee507af69d2194ef474a70b3680 Mon Sep 17 00:00:00 2001 From: Lucas Schumacher Date: Sun, 19 May 2024 17:30:52 -0400 Subject: [PATCH] Add some style to the template using bootstrap --- testapp/templates/testapp/index.html | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/testapp/templates/testapp/index.html b/testapp/templates/testapp/index.html index 557e910..ff190e5 100644 --- a/testapp/templates/testapp/index.html +++ b/testapp/templates/testapp/index.html @@ -1,15 +1,27 @@ - + + + + + Testapp + -

Testapp

-

This is the testapp.

- {% if click_count %} -

This page was requested {{ click_count }} times.

- {% else %} -

Error: Could not get request count from database.

- {% endif %} +
+

This is the testapp!

+
+ {% if click_count %} +

This page was requested {{ click_count }} times.

+ {% else %} +

Internal error: Could not get request count from database.

+ {% endif %} +
+
\ No newline at end of file