From 59a6c3666f74f86b35af340d3a8e61e7d1faf581 Mon Sep 17 00:00:00 2001
From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com>
Date: Mon, 20 Jun 2022 22:49:23 -0700
Subject: [PATCH] test htmls

---
 page.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/page.html b/page.html
index e6b2a0c..5b970c2 100644
--- a/page.html
+++ b/page.html
@@ -1,8 +1,9 @@
 {% extends "templates/page.html" %}
 
 {% set extra_resources = {'n_gpus' : 1, 'n_cpus' : 1} %}
-<!-- {% set _ = extra_resources.__setitem__('n_gpus', 0) %} -->
 
+{# 
 {% block footer %}
 CSUSB ITS/ATI 
 {% endblock %}
+#}
\ No newline at end of file
-- 
GitLab