{% extends "base.html" %} {% set active = 'domains' %} {% block title %}Domains{% endblock %} {% block content %}

Domains

{% if message %}

{{ message }}

{% endif %} {% if error %}

{{ error }}

{% endif %}

Connect a domain to your landing page

First, at your domain registrar, create two A records pointing at this server — Name @{{ ip }} and Name www{{ ip }}. Then enter the domain below. The kit checks your DNS, fetches a free Let's Encrypt certificate, and switches on https automatically (renewals included).

Connecting takes up to a minute — the page loads when it's done.

{% if domains %} {% for d in domains %} {% endfor %}
DomainwwwConnected
{{ d['domain'] }} {{ '✓' if d['include_www'] else '—' }} {{ d['created_at'][:10] }}
{% endif %} {% endblock %}