Partial and whitespace control #1874
Unanswered
LastDragon-ru
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This template would work:
But I guess you want to format your template so it isn't a single long line? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I want to remove whitespaces around the partial (that I don't want/cannot edit). I've tried to use
{{~> myPartial~}}
but seems it has no effect :(Is there any way to render this
as
?
Example link
https://handlebarsjs.com/playground.html#format=1¤tExample=%7B%22template%22%3A%22%7B%7B%23*inline%20%5C%22myPartial%5C%22%7D%7D%5Cn%20%20My%20Content%5Cn%20%20%5Cn%7B%7B%2Finline%7D%7D%5Cn%7B%7B%23each%20people%7D%7D%5Cn%20%20%7B%7B~%3E%20myPartial~%7D%7D!%5Cn%7B%7B%2Feach%7D%7D%22%2C%22partials%22%3A%5B%5D%2C%22input%22%3A%22%7B%5Cn%20%20people%3A%20%5B%5Cn%20%20%20%20%7B%20firstname%3A%20%5C%22Nils%5C%22%20%7D%2C%5Cn%20%20%20%20%7B%20firstname%3A%20%5C%22Yehuda%5C%22%20%7D%2C%5Cn%20%20%5D%2C%5Cn%7D%5Cn%22%2C%22output%22%3A%22%20%20My%20Content%5Cn%20%20%5Cn!%5Cn%20%20My%20Content%5Cn%20%20%5Cn!%5Cn%22%2C%22preparationScript%22%3A%22%2F%2F%20Handlebars.registerHelper('loud'%2C%20function(string)%20%7B%5Cn%2F%2F%20%20%20%20return%20string.toUpperCase()%5Cn%2F%2F%20%7D)%3B%5Cn%22%2C%22handlebarsVersion%22%3A%224.7.7%22%7D
Beta Was this translation helpful? Give feedback.
All reactions