{% extends 'autotablepage.html' %} {% block head %} {{ super() }} Mystery YAML Test Roll Results {% endblock %} {% block body %} {% include 'header/oceanHeader.html' %}

Verification Results

The results of your requested file check are below.

{% for filename, resulttext in results.items() %} {% endfor %}
File Result
{{ filename }} {{ "Valid" if resulttext == True else resulttext }}
{% include 'islandFooter.html' %} {% endblock %}