Andre Nathan
unread,May 2, 2011, 1:19:15 PM5/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ErlyDTL Users
Hello
Should this work?
{% with foo="test.html" %}
{% include foo %}
{% endwith %}
I'm getting the following error:
erlydtl:compile("foo.html", foo_template).
{error,{"foo.html",
[{{2,12},
erlydtl_parser,
["syntax error before: ",["foo"]]}]}}
Thanks in advance
Andre