{% block head %}{% endblock %}

Skrift Setup

Configure your site in a few easy steps

{% if step is defined %}
{% for i in range(1, total_steps + 1) %} {% if i > 1 %}
{% endif %}
{% if i < step %}✓{% else %}{{ i }}{% endif %}
{% endfor %}
{% endif %} {% if flash %}
{{ flash }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}