{% extends "base.html" %} {% block title %}Dashboard — Finite State Report Kit{% endblock %} {% block content %} {% include "components/_status_bar.html" %} {% include "components/_dir_browser.html" %} {% include "components/_scope_dropdowns.html" %}

Scan Queue

Loading…

Workflows

{% for wf in workflows %}
{{ wf.icon }}

{{ wf.title }}

{{ wf.description }}

{% endfor %}

Recipes

{% for r in recipes %} {% endfor %}
Loading...
{% endblock %}