{% extends "core_components/site_base.html" %} {% block tabtitle %}Simmate{% endblock %} {% block body %} {# Header #}

Workflows

Explore all of the workflows available with Simmate, submit new calculations, and view the results of past runs

{# List of Cards #}
{% for workflow_type, workflow_description in workflows_metadata.items %}
{{ workflow_type }}

{{ workflow_description }}

View All
{% endfor %}
{% endblock %}