Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-12-02 05:21:10 +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}}
|