{% load url from future %} Welcome to django-fluent-pages

Welcome to Django Fluent!

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

You can start by adding your first page in the admin interface.

Developer help

See the documentation to get started:

Addons:

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!

{% comment %}{% load i18n %}{% load url from future %} Welcome to django-fluent-pages
{% block main %}{% block content %}{% endblock %}{% endblock %}
{% endcomment %}