Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-14 22:02:53 +01:00
5 Zeilen
120 B
Handlebars
5 Zeilen
120 B
Handlebars
{{#if notices}}
|
|
{{#each notices as |notice|}}
|
|
{{wizard-notice notice=notice showPlugin=true}}
|
|
{{/each}}
|
|
{{/if}}
|