Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Template Engine Issue #221

@ledsi

Description

@ledsi

Hi, tried to use the template engine but it isnt working.
Every time i request the page, the site loads the content, and the content and the content...

Finally i get the page with its content "test %replace% test" for hundret times (page didnt stop loading) and nothin will be replaced.

What I am doing wrong?

server.on("/test", HTTP_ANY, [](AsyncWebServerRequest *request){ syncWebServerResponse *response = request->beginResponse(SPIFFS, "/test.htm", String(), false, processor); request->send(response); }); String processor(const String& var) { if(var == "HELLO_FROM_TEMPLATE") return F("Hello world!"); return String(); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions