8 lines
155 B
HTML
8 lines
155 B
HTML
{{ define "main" }}
|
|
{{ with .Params.content_url }}
|
|
<meta http-equiv="refresh" content="0; URL='{{ . }}'" />
|
|
{{ else }}
|
|
{{ .Content }}
|
|
{{ end }}
|
|
{{ end }}
|