Skip to content

Commit

Permalink
Example template fix
Browse files Browse the repository at this point in the history
The variable usage example was missing a `:`
  • Loading branch information
FeikoJoosten authored Mar 31, 2021
1 parent c4554ec commit 7b3d7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ The following variables are passed to the templating engine so you can use them
type: 'custom:card-templater'
card:
type: markdown
content_template >
content_template: >
## Hello {{ user.name }}
This card is on the page {{ page.path }}
entities:
Expand Down

0 comments on commit 7b3d7cd

Please sign in to comment.