Update frontend_creating_custom_panels.md

This commit is contained in:
Paulus Schoutsen 2018-05-16 23:21:09 -04:00 committed by GitHub
parent 3ed5197cf9
commit b23fdda794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ The `hello.html` contains the needed building blocks to create the elements insi
font-weight: bold;
}
</style>
<p>Hello {% raw %}{{who}}{% endraw %}. Greetings from Home Assistant.</p>
<p>Hello {{who}}. Greetings from Home Assistant.</p>
</template>
</dom-module>