Pyrocms is using Dwoo template engine.
In Dwoo, we can make inheritance template.
{extends “default.html”}’
but, I can’t do this in pyrocms that using Dwoo.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That wouldn’t work. We only use Dwoo to allow dynamic syntax in the themes and written content.
What are you trying to achieve? The idea is you make multiple layouts and any shared content is put into partials, then you can load them using {theme_view(‘partialname’)}
All of that stuff is a bit of a mess in v0.9.9.7, we’ve cleaned up the themes and syntax a LOT for v1.0 🙂