-
Perhaps strange use case... I had to generate some HTML code to paste into a CMS (it was just easier that way), so wrote a script using Mojo::Template I happened to want to use some of the helpers from the TagHelpers plugin. But how can we use this with the template engine when we are not even writing an app? Is there something easy I'm missing here? (note my call to the template is just |
Beta Was this translation helpful? Give feedback.
Answered by
Grinnz
Sep 29, 2021
Replies: 1 comment
-
You could load a dummy app and use its renderer (untested):
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
daleif
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could load a dummy app and use its renderer (untested):