Replies: 2 comments
-
Hi! I'm not sure I understand your problem. Do the CSS styles get rendered? Maybe you need to use raw-output via |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jaylinski Yes, the solution was to use raw-output via {{{}}}. Thanks for confirmation ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I use handlebars like this somewhere inside the body of the HTML
`
Everything works as expected till I want to add inline css styles inside the "header" content
If I try to use inside I get them in the outputted result, probably as expected because I don't specify somehow that the template owner wants control over the styling inside that template "value"
Is there a way for the user to specify styling for outside and handlebars just output the header with that ?
Beta Was this translation helpful? Give feedback.
All reactions