S-Expressions in template.html.p not mapped to tagged X-Expressions in HTML output
#110
Closed
opened 4 years ago by ctittel
·
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?
Sorry if this already explained somewhere.
In my
template.html.p
I have the following line:In the output (
index.html
) this maps to (no HTML, not what I want):For testing I also put the same code into
index.html.pm
. In this case it works correctly and maps toHow do I get the code in the
.p
file to also return HTML Expressions?Does
◊(->html (apply ul (for/list ([ii (list 1 2 3)]) ◊li{hello})))
work?Thank you, this works perfectly!