Skip to content

apfohl/ctemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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