From 9430a0c1a919cd4264fac9650e20c265e1bbb9e1 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 28 Aug 2025 20:10:24 -0400 Subject: template: add support for eachdo page.xyz --- include/engine.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index d7e05e0..ab08e7a 100644 --- a/include/engine.h +++ b/include/engine.h @@ -50,6 +50,12 @@ void handle_contentfor(char **buffer, key_match_t *match, directive_t *directive, list_t *content_headers); + +/* EACHDO */ void handle_eachdo(char **buffer, key_match_t *match, directive_t *directive); +void handle_page_source(list_t *atoms, + eachdo_operands_t *operands, + list_t *directives, + config_t *config); #endif -- cgit v1.2.3