mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
8 lines
447 B
Handlebars
8 lines
447 B
Handlebars
|
<div class="gh-expandable-header">
|
||
|
<div>
|
||
|
<h4 class="gh-expandable-title">Counter</h4>
|
||
|
<p class="gh-expandable-description">Current counter value: <strong>{{this.counter}}</strong></p>
|
||
|
<p class="gh-expandable-description">This counter will reset when Ghost reboots.</p>
|
||
|
</div>
|
||
|
<button type="button" class="gh-btn" {{on "click" this.handleClick}} data-test-button="delete-all"><span>Add One</span></button>
|
||
|
</div>
|