Simple library to render HTML in C, using a domain-specific language based on the C preprocessor, without any external dependencies. Currently a work-in-progress.
All credit goes to the amazing article Syntactic sugar in C - (ab)using "for" loops by @zserge, since this library is just an extension of what's described in the article. The license is probably going to be MIT once it's released.