No base template is set for django-fluent-faq

To configure the blog base template, either:

The template needs to provide the following blocks:

contentThe block for the main content.
sidebar_contentThe block for the sidebar content.
titleThe contents for the <title> tag.
meta-descriptionThe content for the <meta name="description"> tag.
meta-keywordsThe content for the <meta name="keywords"> tag.
og-typeThe content for the <meta property="og:type"> tag for Facebook (optional)
og-descriptionThe content for the <meta property="og:type"> tag for Facebook (optional)

The FAQ contents is displayed below:

{% block content %}{% endblock %} {% block sidebar_content %}{% endblock %}