{% extends "base.html" %} {% block title %}AIMC Templates{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

AIMC Template Gallery

Start from a proven foundation model pipeline pattern.

+ New Blank Design
{% set categories = templates | groupby('category') %} {% for cat, tpls in categories %}

{{ cat | title }}

{% for tpl in tpls %}

{{ tpl.name }}

{{ tpl.il_level }}

{{ tpl.description }}

{% for tag in tpl.tags %} {{ tag }} {% endfor %}
{% endfor %}
{% else %}

No templates available.

{% endfor %} {% endblock %}