Hi,
Doing <% include master::template %> works but <% include Master::template %> creates
"Syntax error in command include".
Heres a patch:
--- bin/cppcms_tmpl_cc (revision 2238) +++ bin/cppcms_tmpl_cc (working copy) @@ -899,7 +899,7 @@ class include_block: basic_pattern = 'include' basic_name = 'include'
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
I take ownership of this bugreport.
fixed in cs #2255
Heres a patch:
Index: bin/cppcms_tmpl_cc
--- bin/cppcms_tmpl_cc (revision 2238)
+++ bin/cppcms_tmpl_cc (working copy)
@@ -899,7 +899,7 @@
class include_block:
basic_pattern = 'include'
basic_name = 'include'
+ r'(?:\s+' \
+ r'(from\s+(?P<from>\w+)' \
+ '|' \</from>
I take ownership of this bugreport.
fixed in cs #2255