{{#extend "modal" id="wisdom-mcfc" title=false classMod="wisdom-mcfc__modal"}}
    {{#content "sections"}}
        {{#extend "modal-body-section" customSectionClass="wisdom-modal"}}
            {{#content "body"}}
                <section class="wisdom-modal__wrapper">
                    <p class="wisdom__description">
                        <span class="wisdom__description-mcfc">
                            {{wisdom-data.pdp-description-mcfc}}
                        </span>
                    </p>
                    <form class="wisdom__add-form">
                        <div class="wisdom__col wisdom__input">
                            <label>
                                <input type="text" class="tbx wisdom-postcode" value="" id="wisdom-mcfc-postcode" name="wisdom-postcode" placeholder="">
                            </label>
                        </div>
                        <p class="wisdom__error">
                            {{wisdom-data.error-message}}
                        </p>
                        <div class="wisdom__col">
                            <button class="btn btn_full btn-action wisdom__btn-add">
                                <span class="btn__text">Add for Delivery</span>
                            </button>
                        </div>
                    </form>
                </section>
            {{/content}}
        {{/extend}}
    {{/content}}
{{/extend}}
