{{/* Prints a YAML representation of the SEO object Useful to go through a projects's page and check the formated object (used for og, twitter etc...) Styling uses Tailwind. @author the New Dynamic @access public @context Page @example - Go Template {{ partial "seo/debug.html" . }} */}} {{if ne (getenv "HUGO_ENV") "production" }}
		{{ partial "seo/get" . | transform.Remarshal "yaml" }}
	
{{ end }}