From 5aaf4bb42de9891bdaaf18940d7c8463230271df Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Mon, 20 Jun 2022 21:56:26 -0700 Subject: [PATCH] test htmls --- page.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/page.html b/page.html index bfd02f0..220f911 100644 --- a/page.html +++ b/page.html @@ -1,4 +1,10 @@ {% extends "templates/page.html" %} {% set extra_resources = {'n_gpus' : 3} %} -extra_resources.n_gpus = 2 \ No newline at end of file +extra_resources.n_gpus = 2 + +{% block footer %} +CSUSB ITS/ATI<br/> +hosts: + - "{{ env['XMPP_DOMAIN'] or "localhost" }}" +{% endblock %} -- GitLab