From 5b9dd6d2eb4af4408d5d64fa5722d93092e7da51 Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Thu, 21 Mar 2024 23:02:38 +0100 Subject: [PATCH] Fix typo --- examples/Templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Templates.md b/examples/Templates.md index 7b1eb04..712c840 100644 --- a/examples/Templates.md +++ b/examples/Templates.md @@ -5,7 +5,7 @@ In order to provide the most functionality possible the content of the menu item comes from a user-defined template (i.e. you generate your own text). This allows you to do some pretty cool things. It also makes the configuration a bit more complicated. This page will help you understand how to use templates. - In this file anything between `<` and `>` is a placeholder. Replace it with the appropriate value. -- [Jinga2](https://palletsprojects.com/p/jinja/) syntax is used by Home Assistant [Templates](https://www.home-assistant.io/docs/configuration/templating/). Templates are used to dynamically insert values into the content. The syntax includes: +- [Jinja2](https://palletsprojects.com/p/jinja/) syntax is used by Home Assistant [Templates](https://www.home-assistant.io/docs/configuration/templating/). Templates are used to dynamically insert values into the content. The syntax includes: - `{%` ... `%}` for Statements - `{{` ... `}}` for Expressions to print to the template output - `{#` ... `#}` for Comments not included in theĀ templateĀ output