Custom command-char leading to incorrect HTML output
#210
Closed
opened 5 years ago by typesanitizer
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
raco pollen version
= 2.1.2229.709I was trying out the tutorial
However, when I run
raco pollen render index.html.pm
, the outputindex.html
is simplyAm I doing something incorrectly or is this a bug?
The default HTML template uses a lozenge as the command char. You would need to make your own template (even just copying the default) with your custom command char.
Thanks, that explains it! In case anyone is reading this in the future: I followed the instructions here and added a
template.html.p
file to fix the issue: