mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 09:50:34 +03:00
9 lines
245 B
Handlebars
9 lines
245 B
Handlebars
<div class='koenig-menu'>
|
|
<ul>
|
|
{{#each toolbar as |tool index|}}
|
|
{{koenig-menu-item tool=tool iconURL=iconURL editor=editor range=range selected=tool.selected}}
|
|
{{/each}}
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="koenig-menu-button">+</div> |