{% extends "base.template.html" %} {% block content %}

HTML-validate

Offline HTML5 validator. Validates either a full document or a smaller (incomplete) template, e.g. from an AngularJS or Vue.js component.

Learn more

{{ doc.description | marked }} {% for block in doc.blocks %}

{{ block.title }}

{{ block.body | marked }}
{% endfor %}
{% endblock %}