Files
go_blog/web/themes/skeleton.tmpl
2025-04-09 16:56:05 +08:00

5 lines
119 B
Cheetah

<!-- 示例模板变量 -->
<h1>{{ .Site.Title }}</h1>
{{ range .Posts }}
<article>{{ .Content }}</article>
{{ end }}