mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
<section>
|
|
{{#if label}}
|
|
<span class='label'>{{label}}:</span>
|
|
{{#if nowrap}}
|
|
{{yield}}
|
|
{{else}}
|
|
<div class='content'>
|
|
{{yield}}
|
|
</div>
|
|
{{/if}}
|
|
{{else}}
|
|
{{yield}}
|
|
{{/if}}
|
|
</section>
|