Files
Bubberstation/tgui/scripts/components/display.ract
2016-01-01 17:47:44 -06:00

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>