From b23fdda794363aa68d9161b29a9a597856365dbb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 16 May 2018 23:21:09 -0400 Subject: [PATCH] Update frontend_creating_custom_panels.md --- docs/frontend_creating_custom_panels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend_creating_custom_panels.md b/docs/frontend_creating_custom_panels.md index eb042943..020589b0 100644 --- a/docs/frontend_creating_custom_panels.md +++ b/docs/frontend_creating_custom_panels.md @@ -31,7 +31,7 @@ The `hello.html` contains the needed building blocks to create the elements insi font-weight: bold; } -

Hello {% raw %}{{who}}{% endraw %}. Greetings from Home Assistant.

+

Hello {{who}}. Greetings from Home Assistant.