Revert "DEV: enforces ember-template-lint: no-triple-curlies (#9150)"

This reverts commit d436b600fb.

Triple curlies are still necessary for some raw templates.
This commit is contained in:
romanrizzi
2020-03-10 15:00:12 -03:00
parent 74acbad505
commit f795c1b8e8
152 changed files with 284 additions and 345 deletions

View File

@@ -23,7 +23,7 @@
{{#if showSecondary}}
<div class='embedding-secondary'>
<p>{{i18n "admin.embedding.sample"}}</p>
<p>{{{i18n "admin.embedding.sample"}}}</p>
{{highlighted-code code=embeddingCode lang="html"}}
</div>