You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
266 B
15 lines
266 B
11 months ago
|
<!DOCTYPE html>
|
||
|
<html lang="zh-CN">
|
||
|
|
||
|
<head>
|
||
|
{include file="public/frame_head" /}
|
||
|
<title>{block name="title"}{/block}</title>
|
||
|
{block name="head"}{/block}
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
{block name="content"}{/block}
|
||
|
{block name="script"}{/block}
|
||
|
</body>
|
||
|
|
||
|
</html>
|