{% extends "coderedcms/pages/web_page.html" %} {% load wagtailcore_tags coderedcms_tags bootstrap4 %} {% block content_body %} {{ block.super }} {% if page.form_live %}
{% csrf_token %} {% bootstrap_form form layout='horizontal' %} {% block captcha %} {% if page.spam_protection %} {% include 'coderedcms/includes/form_honeypot.html' %} {% endif %} {% endblock %}
{% endif %} {% endblock %}