kolber / stacey

Cheap & easy content management
http://staceyapp.com
MIT License
1.04k stars 132 forks source link

Toying with twig #34

Open bumpux opened 12 years ago

bumpux commented 12 years ago

Hey there. I really like the new changes and am getting to know them a bit.

Exploring the Twig docs I came on the "extends" tag and thought I'd attempt a slight restructure on my Stacey fork:

I wonder if you thought of this approach already? In any case I thought you might like to take a look.

kolber commented 12 years ago

I was actually just playing around with this the other day. It's really powerful. My only concern is that template inheritance might confuse the more non-technical users if we put it in the default template. What are your thoughts?

bumpux commented 12 years ago

I see your point that it may intimidate some users or overcomplicate the default. Twig has a lot more power/complexity beyond extending templates, which more adventurous users can explore (assuming you're including access to all of Twig's feature set). So now that I think about it maybe this doesn't belong in the default template. But a new alternate template showing this feature could be valuable. I'm hoping to be ready to submit such a thing pretty soon for your evaluation, hopefully including some responsive design elements too ...

On Wed, Feb 8, 2012 at 3:32 PM, Anthony Kolber reply@reply.github.com wrote:

I was actually just playing around with this the other day. It's really powerful. My only concern is that template inheritance might confuse the more non-technical users if we put it in the default template. What are your thoughts?


Reply to this email directly or view it on GitHub: https://github.com/kolber/stacey/pull/34#issuecomment-3878813

kolber commented 12 years ago

Yea, I think that would be the perfect approach. Looking forward to seeing what you come up with!

gregcoleinfo commented 11 years ago

I would love to see a template with advanced twig functionality, it would be a great learning tool.