{{- $page := .page }}
  • {{- with .title }}
    {{ . | $page.RenderString}}
    {{- end }}

    All Parameter

    {{ partial "shortcodes/highlight.html" (dict "page" $page "content" (. | jsonify (dict "indent" " ")) "type" "json" )}}