{% extends "base.html" %}
{% block title %}Integrations - Lamb{% endblock %}
{% block body %}
{% include "_page_header.html" with header_label="Control Room" header_title="Integrations" header_description="Connect your services and decide what Lamb can sync and automate." %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% include "integrations/_google_calendar_card.html" %}
{% include "integrations/_slack_card.html" %}
{% include "integrations/_ai_provider_card.html" %}
{% include "integrations/_clock_card.html" %}