mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
7 lines
155 B
Handlebars
7 lines
155 B
Handlebars
|
<div
|
||
|
class="form-group"
|
||
|
{{validation-status errors=@errors property=@property hasValidated=@hasValidated}}
|
||
|
...attributes
|
||
|
>
|
||
|
{{yield}}
|
||
|
</div>
|