Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-01-23 08:18:59 +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}}
|