{include file="public/header"/}
{foreach $notice as $value}
{$value.title}
{:htmlspecialchars_decode($value.content)}
{/foreach}