Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I want to develop an static web site and I'm searching for a template engine that supports template inheritance or other forms of code reuse, has a community behind it (is being maintained and has documentation) and can compile templates from command line.

for example:

jade supports template inheritance and haml doesn't.

share|improve this question
1  
This question as phrased is just encouraging a list of answers. Your question needs to be a lot more focused. – ChrisF Mar 19 '12 at 9:03
If you are able to focus this question and write it in a way that doesn't encourage a list of answers where every answer is equally right, this question can be reopened. – Thomas Owens Mar 19 '12 at 17:59

closed as not constructive by Thomas Owens Mar 19 '12 at 17:58

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Well, there is Twig, it's part of the Symfony framework but available as a stand-alone component. It does inheritance and can be extended in several ways.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.