Skip to content

Work done 2015. A very simple html template engine written in C++11 using regexp.

License

Notifications You must be signed in to change notification settings

marcus-wishes/SimpleHTMLTemplateEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Template Engine

This is a prototype of a simple template engine for HTML (although it can be used in other text environments as well), written in C++11 in 2015. Although it was used in production in another project back then, I don't consider it ready to be used.

It doesn't have any dependencies, and I did not use or test it since 2015. I do not recommend it to be used, and there are much better solutions out there.

Documentation

The documentation is in the docs folder, including an example.

Online Documentation

About

Work done 2015. A very simple html template engine written in C++11 using regexp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages