Fork me on GitHub
#hoplon
<
2017-04-23
>
wizmer17:04:10

Hi there. I'd like to write a Django templates using an index.cljs.hl file (I know, that's weird). Is there a way to manipulate the HLisp content, concatenate it with some string (the Django part of the template) content of the .hl file and then dump it to a file ?

wizmer17:04:35

Rewriting second sentence cause I failed -- Is there a way to manipulate the HLisp content, concatenate it with some string (the Django part of the template) and then dump the result to a file ?

alandipert22:04:20

@wizmer sounds like it could be a fun little boot task

alandipert22:04:09

@wizmer if you can post example input and example files, I'd enjoy whipping a sketch of how to do it