{% extends "base.html" %} {% block title %}q-ai — Launcher{% endblock %} {% block content %}

What do you want to test?

Select a workflow to begin. Each combines multiple modules into a guided assessment.

{% for wf in workflows %}

{{ wf.name }}

{{ wf.description }}

{% for mod in wf.modules %} {{ mod }} {% endfor %}
{% endfor %}
{% endblock %}