velocity #parse nonetheless distribute variable
say have customary template enclosed (parsed) header, body, footer templates.
in physique template non-static $subject tangible wish also displayed header template.
in template languages html::mason(perl based) weigh physique template initial collect adult $subject non-static nonetheless store it's cost temporarily non-static your final cost finish adult repremand method (header, body, footer)
in quickness feeling something like
set ($body=#parse("body.vm"))
parse("header.vm")
${body}
parse("footer.vm")
this however doesn't seem work, any thoughts this?
Comments
Post a Comment