From fd9ee5dcdccafd9087565c09962502382ccc2d2e Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:30:19 +0000 Subject: Tue, Jul 9, 2024, 2:30 AM -07:00 --- wk9/lect/froshims/templates/layout.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 wk9/lect/froshims/templates/layout.html (limited to 'wk9/lect/froshims/templates/layout.html') diff --git a/wk9/lect/froshims/templates/layout.html b/wk9/lect/froshims/templates/layout.html new file mode 100644 index 0000000..ce77036 --- /dev/null +++ b/wk9/lect/froshims/templates/layout.html @@ -0,0 +1,11 @@ + + + + + + froshims + + + {% block body %}{% endblock %} + + -- cgit v1.2.3