5 lines
119 B
Go
5 lines
119 B
Go
|
|
<!-- 示例模板变量 -->
|
||
|
|
<h1>{{ .Site.Title }}</h1>
|
||
|
|
{{ range .Posts }}
|
||
|
|
<article>{{ .Content }}</article>
|
||
|
|
{{ end }}
|