Files
GS13NG/tgui/src/components/display.ract
T

14 lines
237 B
Plaintext

<div class='display'>
{{#if title}}
<header>
<h3>{{title}}</h3>
{{#if button}}
<div class='buttonRight'>{{yield button}}</div>
{{/if}}
</header>
{{/if}}
<article>
{{yield}}
</article>
</div>