{% extends "base.html" %} {% block title %}{{ template.name }} · LibreSignage{% endblock %} {% block head %} {% endblock %} {% block content %}
← All templates

{{ template.name }}

{{ template.description }}

Customize content

{% if template.supports_image %}
Required when adding an image. Describe its purpose, not its appearance.
{% endif %}

Design preview

{{ request.form.get('eyebrow', template.eyebrow_label) }}

{{ request.form.get('headline', template.name) }}

{{ request.form.get('body', template.description) }}

Preview is representative; playback scales the design to the display.

{% endblock %} {% block scripts %} {% endblock %}