HTML template library written in C inspired by perl HTML::Template.
Template language has HTML-like tags (tmpl_var
, tmpl_if
, tmpl_loop
, etc.)
Use library to build a variable list and pass it to a template.
- simple yet powerful template language
- fast and efficient
- comes with a template expander utility
- see the libccgi project for a C CGI library