{% extends 'pages/content.html' %} {% load i18n static wagtailcore_tags %} {% block css %} {{ block.super }} {% endblock css %} {% block content %} {% include_block page.content %}
{% if members_page_url and members_page_text %} {% include 'widgets/read-more-link.html' with button=True text=members_page_text href=members_page_url %} {% endif %} {% endblock content %} {% block javascript %} {{ block.super }} {% endblock javascript %}