openclassify/addons/default/visiosoft/advs-module/resources/views/blank.twig
2020-12-21 14:50:46 +03:00

13 lines
333 B
Twig

{% extends template.layout ?: "theme::layouts/default" %}
{% block content %}
{{ content|raw }}
{% if form.mode == 'edit' %}
{% set entry = form.entry.setAttribute('cf_json', null) %}
<script>
const ad = JSON.parse(`{{ entry|json_encode|raw }}`)
</script>
{% endif %}
{% endblock %}