You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, enclosing pages are defined during compilation:
lspc -enclose enclose.lsp subpage.lsp
Currently, I am adapting LSPX to compile pages during runtime. (Can you image recompiling and redeploying application every little change to template?) Everything works like a charm now including lsp:import and lsp:include/part.
However, I would really enjoy it if I could define enclosing page directly in subpage content.
Currently, enclosing pages are defined during compilation:
lspc -enclose enclose.lsp subpage.lsp
Currently, I am adapting LSPX to compile pages during runtime. (Can you image recompiling and redeploying application every little change to template?) Everything works like a charm now including lsp:import and lsp:include/part.
However, I would really enjoy it if I could define enclosing page directly in subpage content.
Next step would be chaining enclosing pages.
base.lsp
menu.lsp
actual-page.lsp
I would be really happy if you implemented that.
Thanks for LSPX.
BTW - You may take a look at Open Power Template 2 - a PHP template engine that looks like LSPX... but is way better and used quite often.
The text was updated successfully, but these errors were encountered: