8 lines
130 B
HTML
8 lines
130 B
HTML
|
{{- with . -}}
|
||
|
{{ with try ( time.Format "Jan 2, 2006" . ) }}
|
||
|
{{ .Value }}
|
||
|
{{ else }}
|
||
|
{{ . }}
|
||
|
{{ end }}
|
||
|
{{- end -}}
|