Uncategorized

TinyTemplateEngine

Hello ${0}! A line-by-line template engine for large input data with a very small memory footprint

Substitutes placeholders in the text - ${0}, ${1}, ${2}, ... with the values of program variables. Handles both small texts and large templates, such as web pages, which don't fit in memory (RAM). Processes the input template line by line - notably, from PROGMEM (program flash memory). Only allocates the memory for a single line at a time. Does not use String. Adaptable to file system (SPIFFS) and other sources.

Go to repository

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.