{% extends "base.html" %} {% block title %}Blueprint {{ blueprint.name }} | left4me{% endblock %} {% block content %} Blueprint: {{ blueprint.name }} Name Overlay order matters: the first overlay has highest precedence. UseOrderOverlay {% for overlay in all_overlays %} {{ overlay.name }} {% else %} No overlays available. {% endfor %} Arguments {{ arguments | join('\n') }} Config {{ config_lines | join('\n') }} Save blueprint {% endblock %}
Overlay order matters: the first overlay has highest precedence.