{% extends 'page.html' %}{% import "tests.html" as tests %} {% block main %} {{ super() }} {% if page.extra.pipeline %} {% if page.extra.pipeline in config.extra.tests.pipelines %}
{% else %}

No such pipeline ({{ page.extra.pipeline }}) defined in config.extra.pipelines

{% endif %} {% else %}

Test pipeline for project not defined in frontmatter (page.extra.pipeline).

{% endif %} {% endblock %}