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

No test pipeline configured in config.extra.tests.pipelines

{% endif %} {% endblock main %}