This is a sample template demonstrating basic Jinja2 features available in your CMS.
Organization: {{ settings.name }}
ID: {{ settings.id }}
✅ Chatbox is enabled
{% else %}❌ Chatbox is disabled
{% endif %}No domains configured
{% endif %}Use {% raw %}{% extends "template_name" %}{% endraw %} to inherit from other templates.
Use {% raw %}{% include "template_name" %}{% endraw %} to include other templates.
Edit this template to create your own content!