mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
7 lines
174 B
Handlebars
7 lines
174 B
Handlebars
|
<option value={{@value}} selected={{if (eq @currentValue @value) true false}}>
|
||
|
{{#if (has-block)}}
|
||
|
{{yield}}
|
||
|
{{else}}
|
||
|
{{@label}}
|
||
|
{{/if}}
|
||
|
</option>
|