Templating

So I’m going to build a CMS as a learning expierience, and I’m going to use a templating engine for easy (for most people) editing of a page’s structure. There will be general templates for common pages (blog post, portfolio item, etc.) and individual template for working parts of the site. So I want to know what templating system you would suggest. I’ve found a few, all through the site of the PHP framework that I’ll be using (FuelPHP):

-Mustache
-Markdown
-Haml (I’ll be using LESS CSS if that effects this one at all)
-Jade

Other suggestions are welcome. :slight_smile: