This is a CKEditor Twig template plugin demo.
There is a message for you:
{{ sayHello('world') }}
{% if galaxy == 'orion' %} {{ sayHello('Gentle Rosenburg') }} {% else %} {{ sayHello(planet) }} {% endif %} {% if size(galaxy) > size(ourGalaxy) %} :-) {% else %} :-( {% endif %}
>> Are you from {{ country.name }}?
This is a Twig "code" block, we can use it for all unsupported twig commandes
This is a "raw" embed html block, we can use it for all unsupported twig DOM construct
This is nice, but as the html embed plugin parses the content, we cannot write everything we want
This output will be refreshed a few seconds after the CKEditor update