Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-15 06:12:54 +01:00
6 Zeilen
120 B
Handlebars
6 Zeilen
120 B
Handlebars
|
{{#if notices}}
|
||
|
{{#each notices as |notice|}}
|
||
|
{{wizard-notice notice=notice showPlugin=true}}
|
||
|
{{/each}}
|
||
|
{{/if}}
|