News

It would be nice to to have a setting to produce compressed ouput for HTML templates, by removing all unneeded indentations from the output. This could save quite a few bytes that need to be sent to ...
HTML templates are files that contain HTML code with placeholders for dynamic data. For example, you can have a template for a blog post that has a title, a date, an author, and a content section.