{% extends "base.html" %} {% block nav_templates %}active{% endblock %} {% block page_title %}Prompt Templates{% endblock %} {% block content %}
{% for t in templates %} {% endfor %}
NameVersionDescriptionActions
{{ t.name }} {{ t.version }} {{ t.description or "" }}
{% if not templates %}

No templates registered.

{% endif %} {% endblock %} {% block body_class %}dashboard-page{% endblock %}