{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Template gallery — the catalogue a customer browses before starting a project. Category sidebar on >=lg, a scrolling pill rail below that, live search, and a card grid that collapses to one column at 375px. Cards carry a hover overlay with "Preview" and "Use this template"; on touch devices (no hover) the overlay is laid out inline instead, so the actions are never unreachable. {% endcomment %} {% block title %}Website builder{% endblock %} {% block styles %} {% endblock %} {% block content %}
{{ initialCategory|json_script:"cpBuilderInitialCategory" }} {{ availability|json_script:"cpBuilderAvailability" }} {{ canBuild|json_script:"cpBuilderCanBuild" }}

AI website builder

Pick a template, describe your business, and the builder writes the copy and publishes a complete site to your domain.

My projects {% if canBuild == 1 %} Start a new site {% endif %}
{% include "siteBuilder/_availability.html" %}
{# ---------------------------------------------------------------- #} {# Category sidebar (large screens) #} {# ---------------------------------------------------------------- #}
{# ---------------------------------------------------------------- #} {# Grid #} {# ---------------------------------------------------------------- #}
{# Pill rail replaces the sidebar below lg. #}
template(s) in this category matching “”
Loading…
Preview {% if canBuild == 1 %} Use this template {% endif %}
sections
Premium

No templates matched.

Try a different category, or clear the search box.

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