Drupal 8 - display HTML in twig template
{% set build = {
'#type': 'processed_text',
'#text': '<h1>Raw HTML here</h1>',
'#format': 'full_html',
}
%}
{{ build }}
HAPPY CODING...
In Finnish, the imperfekti is the past tense that describes actions that happened in the past, like the English simple past (e.g., "I ...
No comments:
Post a Comment