From 7670d11b1db83c0efbaa91cce900e8009a034217 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Mon, 26 Nov 2018 14:15:57 -0800 Subject: [PATCH] Fix HTML templating --- templates/www/index.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/www/index.html.j2 b/templates/www/index.html.j2 index c6ddd67..b40f50a 100644 --- a/templates/www/index.html.j2 +++ b/templates/www/index.html.j2 @@ -1,7 +1,7 @@ -Hello World - {{ item.value.app_name }} App +Hello World - {{ item.value.html_app_name }} App