{% extends 'layout.html' %} {% set script = contents.tests[page.metadata.script] %} {% block scripts %} {% endblock %} {% block body %}

{{ page.title }}

{{ page.html }}

Source

  {{ hljs.highlightAuto(script.source).value }}
{% endblock %}