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
License
GNU General Public License version 2.0 (GPLv2)Follow C HTML Template Library
You Might Also Like
All-in-One IT Monitoring - No More Blind Spots
Tired of switching between different tools and missing critical alerts? PRTG brings everything together, monitoring your entire IT infrastructure from a single, intuitive interface. Whether it’s servers, switches, printers, or cloud services, you get instant visibility and clear notifications - no technical jargon, no clutter. Set up in minutes, PRTG helps you prevent downtime, reduce stress, and prove your value to your company. Focus on your job, not on chasing issues. Try PRTG and experience true IT peace of mind.
Rate This Project
Login To Rate This Project
User Reviews
-
I'm using this library in solarpowerlog (also hosted at sf.net)
-
Exact same functionality of HTML::Template for perl with some nice additions!