{% 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' %}
{% endif %} {% endblock %}