12 lines
217 B
HTML
12 lines
217 B
HTML
{{ define "main" }}
|
|
<!--<h2>Recent articles</h2>
|
|
{{ range site.RegularPages }}
|
|
<h3><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h3>
|
|
{{/* .Summary */}}
|
|
{{ end }}
|
|
-->
|
|
|
|
{{ .Content }}
|
|
|
|
{{ end }}
|