Reputation: 10738
I'm looking for a front-end HTML templating engine and I was wondering if Vuejs has this functionally built into it. If not, can someone recommend me a templating engine?
All I want to do is create HTML pages which derived from a master page.
Thanks
Upvotes: 0
Views: 1428
Reputation: 1095
I've used Mustache and have found it great - easy to use and fast. Check it out here: https://github.com/janl/mustache.js/
Upvotes: 1