Vorm API Docs
{% for parent in nav %}
{$ parent.label $}
{% for child in parent.children %}
{$ child.label $}
{% endfor %} {% endfor %}
{$ doc.docType | capitalize $}s > {$ doc.name $}
{% block content %}{% endblock %}