From a4dc193d016a94676ad3d0a88d46eced5f7e74c2 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Fri, 9 Aug 2024 12:10:54 -0400 Subject: [PATCH] :art: add bootstrap --- templates/test.html | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/templates/test.html b/templates/test.html index 101cdaf..490dbed 100644 --- a/templates/test.html +++ b/templates/test.html @@ -1,10 +1,27 @@ -

HI, THIS IS A PAGE

+ + + + + + Bootstrap demo + + + +
+

HI, THIS IS A PAGE

-

- This is a test of the template rendering system. If rendering is working, this value - should be TEST: {{ value }}. -

-

- The value of request.spiderweb is {{ request.spiderweb }}. If this is True, - middleware is working. -

+

+ This is a test of the template rendering system. If rendering is working, this value + should be TEST: {{ value }}. +

+

+ The value of request.spiderweb is {{ request.spiderweb }}. If this is True, + middleware is working. +

+
+ + +