未完成版基础界面
This commit is contained in:
9
templates/pages/about.html
Normal file
9
templates/pages/about.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "about" }}
|
||||
{{ template "base" . }}
|
||||
|
||||
{{ block "title" . }}关于我们{{ end }}
|
||||
{{ block "content" . }}
|
||||
<h2>关于我们</h2>
|
||||
<p>这里可以写团队介绍、网站背景或使命。</p>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user