使用页面标签可调用单篇独立的页面内容。
http://域名/模板名
{var $name = '调用名'} {var $info = \App\Content\Service\Page::info($name)} <h1>页面标题:{$info->title}</h1>
{var $query = \App\Content\Service\Page::query($where = [])}
{$info->virtual_view + $info->view}