We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd85f0 commit 1599141Copy full SHA for 1599141
templates/components/styles/hero.html.twig
@@ -8,7 +8,7 @@
8
{% if page.localized is defined and page.localized|length > 0 %}
9
{{ include('@W3CWebsiteTemplates/components/styles/page_translations--hero.html.twig') }}
10
{% endif %}
11
- <p class="lead">{{ page.pageLead }}</p>
+ <p class="lead">{{ page.pageLead|raw }}</p>
12
{% endblock %}
13
</div>
14
{% if page.heroIllustration is defined and page.heroIllustration %}
0 commit comments