{% extends template.layout ?: "theme::layouts/default" %} {% block content %} {{ content|raw }} {% if form.mode == 'edit' %} {% set entry = form.entry.setAttribute('cf_json', null) %} {% endif %} {% endblock %}