Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 401 Bytes

C HTML Template Library

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.

Features

  • simple yet powerful template language
  • fast and efficient
  • comes with a template expander utility
  • see the libccgi project for a C CGI library