Welcome to ICEkit!

{% if has_pages %}

Create a page with override URL '/' to become the homepage.

{% else %}

The website on {{ site.domain|default:request.get_host }} is empty.

You can start by adding your first page in the admin interface. Give it the slug 'home' to become the homepage.

{% endif %}
{% comment %}

You're seeing this message because you have DEBUG = True in your Django settings file and you haven't published any pages yet. Get to work!

{% endcomment %}