{# #} {# #}

{# #}
{{ doc.validate.markup | highlight('html') }}
{%- if doc.validate.showResults %}
			{%- if not doc.validate.report.valid -%}
				{{- doc.validate.codeframe | escape -}}
			{%- else -%}
				0 errors found
			{%- endif -%}
		
{%- endif %}