From 3a9075e718c903460a4f948214a782e80d50377c Mon Sep 17 00:00:00 2001 From: Alex S Date: Fri, 5 Jul 2024 09:48:11 +0200 Subject: [PATCH] chore: fixed examples to EJS and Eta in the README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1d7db47..41e6777e 100644 --- a/README.md +++ b/README.md @@ -3936,10 +3936,9 @@ For example, there is the template _src/views/page/index.eta_

<%= headline %>

- <%~ include('/src/views/partials/footer') %> ``` @@ -4008,10 +4007,9 @@ For example, there is the template _src/views/page/index.ejs_

<%= headline %>

- <%- include('/src/views/partials/footer.html'); %> ```