    <style>
        .fui-dialog-body{
            width:50%;
            background-color: #ff7300;
        }
        .fui-dialog-body .btn{
            display: block;
            border: none;
            background-color: #006BA4;
            width:70%;
            height:30%;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-top: 5px;
            margin-bottom: 5px;
            margin-left:auto;
            margin-right:auto;
        }
    </style>
<button class="show-dialog">show-popup</button>
<div class="fui-dialog-body fd-hide">
    <button class="fui-btn1 btn">test</button>
    <button class="fui-btn2 btn">test</button>
    <button class="d-close btn">close</button>
</div>

<h2>In View</h2>

<div>Say: {{say}}</div>

<div>Hello: {{hello}}</div>

<div style="height: 50px;"></div>

<div class="control-a">
{{=wing.control('a', { name: 'hello wing', say: 'bad!!' })}}
</div>

{{a(123)}}

			{{each products as product}}
			{{name}}<br />
			{{/each}}
