You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jasonvarga After revisiting the job today, I've been unable to replicate this issue. I'm guessing I'd made a mistake, fixed it as part of something else and just not realised. Closing this issue now.
Bug Description
I'm trying to use
{{ noparse }}
tags to create a template element that my JS can reuse as needed.Using
<h2>{{ title }}</h2>
and nothing else works exactly as expected, rendering the page title.<h2>@{{ title }}</h2>
and<h2>{{ noparse }}title{{ /noparse }}</h2>
leave<h2></h2>
in the rendered HTML source.How to Reproduce
h2
elements are both empty, and that the last just containstest-
.Environment
Statamic version: 3.0.0-beta.46
PHP version: 7.4
Install method (choose one):
statamic/statamic
The text was updated successfully, but these errors were encountered: