{% extends live_template_path %} {% block head_css %} main { max-width: 640px; margin: auto; } dd { margin-bottom: 1em; } {% endblock %} {% block main_html -%}

{{ title_text }}

{%- for a in automation_definitions %}
{{ a.title }}
{{ a.description }}
{%- endfor %}
{%- endblock %}