{% extends "base.html" %} {% block title %}Blueprints | left4me{% endblock %} {% block content %} Blueprints + Create NameCreatedUpdatedActions {% for blueprint in blueprints %} {{ blueprint.name }} {{ blueprint.created_at }} {{ blueprint.updated_at }} Create server {% else %} No blueprints configured. {% endfor %} Create blueprint × Name Arguments Config {% endblock %}