Change Language

Content Partial (content.html)

You can use this partial to display content instead of using {{ .Content }} etc. The advantage of using this partial is that it allows you to add content variables. See writing to see how variables work.

Example

{{ (partial "content.html" (dict "value" .Content "page" . )) | safeHTML }}

You might also like