11 lines
166 B
HTML
11 lines
166 B
HTML
{{ with .ctx }}
|
|
{{ if $.IsHome }}
|
|
{{ if .Params.Expand }}
|
|
{{ .Content }}
|
|
{{ else }}
|
|
{{ .Summary }}
|
|
{{ end }}
|
|
{{ else }}
|
|
{{ .Content }}
|
|
{{ end }}
|
|
{{ end }} |