hugo-theme-relearn/layouts/partials/content.html

4 lines
193 B
HTML
Raw Normal View History

{{- /* the following check avoids to print out content of headless bundles if called from nested-content.html */}}
{{- if partial "permalink.gotmpl" (dict "to" .) }}
{{- .Content }}
{{- end }}