{include file="./header"}
    {foreach $articles as $v}
  • {$v.title} {$v.create_at|date="Y-m-d",###}
  • {/foreach}
{include file="./footer"}