6 lines
176 B
Text
6 lines
176 B
Text
<entry>
|
|
{{ partial "atom_entry_metadata.xml" . }}
|
|
{{- if .Content -}}
|
|
{{ `<content type="html"><![CDATA[` | safeHTML }}{{ .Content }}]]></content>
|
|
{{- end -}}
|
|
</entry>
|