Files
discourse/app/assets/javascripts/discourse/templates/components/footer-message.hbs
romanrizzi f795c1b8e8 Revert "DEV: enforces ember-template-lint: no-triple-curlies (#9150)"
This reverts commit d436b600fb.

Triple curlies are still necessary for some raw templates.
2020-03-10 15:00:12 -03:00

6 lines
106 B
Handlebars

{{#if education}}<div class="education">{{{education}}}</div>{{/if}}
<h3>
{{message}}
{{yield}}
</h3>