mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 18:40:42 +00:00
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
<div class='display'>
|
|
{{#if title}}
|
|
<header>
|
|
<h3>{{title}}</h3>
|
|
{{#if button}}{{yield button}}{{/if}}
|
|
</header>
|
|
{{/if}}
|
|
<article>
|
|
{{yield}}
|
|
</article>
|
|
</div>
|