mirror of
https://github.com/flarum/framework.git
synced 2025-02-24 23:05:25 +08:00
10 lines
210 B
Handlebars
10 lines
210 B
Handlebars
{{#if editing}}
|
|
{{textarea value=user.bio class="form-control"}}
|
|
{{else}}
|
|
{{#if user.bioHtml}}
|
|
{{{user.bioHtml}}}
|
|
{{else if isEditable}}
|
|
<p>Write something about yourself...</p>
|
|
{{/if}}
|
|
{{/if}}
|