Open lsmith77 opened 11 years ago
The way I thought about it was to provide templates which can be used quickly and which act as a kind of documentation about what a template needs to look like.
I wonder if having example templates, like in debian packages, you might have a bunch of example fileds in /usr/share/doc/package-name
, would be a good idea generally.
I originally thought of maybe eventually having several "themes".
This also plays well with the "test application" concept.
i think we should provide themes in separate repositories, not bundled with the functionality. for example, you would want every page to build on the same base page template, not have a specific base template for blog related things. but for 1.0 i don't mind that much if this code stays here.
are there any general symfony "themes"? so twig base skeletons that provide basic twig blocks and such things.
see https://github.com/symfony-cmf/BlogBundle/pull/39