diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6e0f0..49cb29e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ 1. [](#improved) * User return typehints in plugin.php + * Add proper twig escapes into a new theme # v1.4.1 ## 05/20/2020 diff --git a/components/theme/pure-blank/templates/default.html.twig b/components/theme/pure-blank/templates/default.html.twig index 4dd67b6..1e97738 100644 --- a/components/theme/pure-blank/templates/default.html.twig +++ b/components/theme/pure-blank/templates/default.html.twig @@ -1,5 +1,5 @@ {% extends 'partials/base.html.twig' %} {% block content %} - {{ page.content }} + {{ page.content|raw }} {% endblock %} diff --git a/components/theme/pure-blank/templates/error.html.twig b/components/theme/pure-blank/templates/error.html.twig index f23aa78..c945464 100644 --- a/components/theme/pure-blank/templates/error.html.twig +++ b/components/theme/pure-blank/templates/error.html.twig @@ -3,6 +3,6 @@ {% block content %}