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

4 lines
202 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 "relLangPrettyUglyURL.hugo" (dict "to" .) }}
{{- .Content }}
{{- end }}