{% extends "base.html" %} {% load wagtailcore_tags i18n useful_tags %} {% block main %} {% with buttons=page.button_list %} {% if buttons %}
{% for button in buttons %} {% endfor %}
 
{% endif %} {% endwith %}
{{ page.body }}
{% comment %} {% include "components/_fixed-button.html" %} {% endcomment %} {% endblock %}