{% extends "base.html" %} {% block title %}Layouts ยท LibreSignage{% endblock %} {% block head %} {% endblock %} {% block content %}

Multi-zone layouts

Combine independent playlists using reliable fixed templates.

Create layout

Template

Landscape previews show how each zone divides the screen.

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

No layouts yet

{% endif %}
{% endblock %}