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 6b77929 commit f3630b6Copy full SHA for f3630b6
views/partials/patternSection.twig
@@ -18,6 +18,6 @@
18
{{ partial.patternPartialCode | raw }}
19
</div>
20
<script type="text/json" id="sg-pattern-data-{{partial.patternPartial}}" class="sg-pattern-data">
21
- {{ partial.patternData }}
+ {{ partial.patternData | raw }}
22
</script>
23
</div><!--end .sg-pattern-->
0 commit comments