{template "header.html"}
{dr_form_hidden()}
{loop $notice_config $t}
{$t.name}
{if dr_is_app('weixin')} {/if} {if dr_is_app('notice')} {/if}
{loop $t.value $name $v}
{if dr_is_app('weixin')} {/if} {if dr_is_app('notice')} {/if}
{/loop}
{/loop}
{template "footer.html"}