templates/content_parts/basic.twig line 1

Open in your IDE?
  1. <div class="content-snippet"
  2.      data-editable data-name="{{ id }}"
  3.      data-cf-snippet="{{ id }}"
  4.      style="font-size: {{ config.font_size is defined ? config.font_size : "inherit"}}; {{ config.highlit is defined and config.highlit ? "background-color: #292929; border-top: 1px solid #336; border-bottom: 1px solid #336; margin: 10px -5px; padding: 10px; color: #fff; text-shadow: 1px 1px 2px black" }}">
  5.     {{ text|raw }}
  6. </div>