{% extends "base.html" %} {% block title %}Blueprints | left4me{% endblock %} {% block content %} Blueprints + Create NameCreatedUpdatedActions {% for blueprint in blueprints %} {{ blueprint.name }} {{ blueprint.created_at | timeago }} {{ blueprint.updated_at | timeago }} Create server {% else %} No blueprints configured. {% endfor %} Create blueprint × Name {# Arguments, config, and overlay assignments are edited on the blueprint detail page where the srccfg editor + overlay picker live. Keeping the create modal name-only avoids the conflict where modal textareas can't host the editor cleanly. #} {% endblock %}