Support for HTML values in widget hbs templates

This commit is contained in:
Robin Ward
2017-09-29 09:55:53 -04:00
parent f6c484881b
commit 0caf6a0f7d
4 changed files with 18 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
template = <<~HBS
{{attach widget="widget-name" attrs=attrs}}
{{a}}
{{{htmlValue}}}
{{#if state.category}}
{{attach widget="category-display" attrs=(hash category=state.category)}}
{{/if}}