mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This reverts commit d436b600fb.
Triple curlies are still necessary for some raw templates.
6 lines
106 B
Handlebars
6 lines
106 B
Handlebars
{{#if education}}<div class="education">{{{education}}}</div>{{/if}}
|
|
<h3>
|
|
{{message}}
|
|
{{yield}}
|
|
</h3>
|