Files
GoCode/templates/pages/about.html
2025-11-23 22:11:31 +08:00

10 lines
249 B
HTML

{{ define "about" }}
{{ template "base" . }}
{{ block "title" . }}关于我们{{ end }}
{{ block "content" . }}
<h2>关于我们</h2>
<p>这里可以写团队介绍、网站背景或使命。</p>
{{ end }}
{{ end }}