home.html 211 Bytes
 1
 2
 3
 4
 5
 6
 7
 8
 9
#override("body")
<body>
<div class="wrap">
<div class="container">
<blockquote class="text-warning" style="font-size: 14px">首页</blockquote>
</div>
</div>
</body>
#end #extends("/common/base.html")