{% load fluent_page_tags placeholder_tags %} {{ page.title }} - {{ site.title|default:site.domain }} {% block scripts %}{% endblock %}

{% block pagetitle %}{{ page.title }}{% endblock %}

{% block content %}{% page_placeholder "main" %}{% endblock %}