{% extends "base.html" %} {% block title %}Layouts · LibreSignage{% endblock %} {% block content %}

Multi-zone layouts

Combine independent playlists using reliable fixed templates.

Create layout

{% if layouts %}
{% for layout in layouts %} {{ layout.name }} {{ layout.preset_definition.name }} {% endfor %}
{% else %}

No layouts yet

{% endif %}
{% endblock %}