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