No base template is set for django-fluent-pages

To configure the blog base template, either:

The template needs to provide the following blocks:

contentsThe placeholder for the main content.
titleThe contents for the <title> tag.

The page contents is displayed below:

{% block content %}{% endblock %}