diff --git a/README.md b/README.md index 449e088..d19d244 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Eta is a lightweight and blazing fast embedded JS templating engine that works i - Plugins, custom delimiters, caching - 🔨 Powerful - Precompilation, partials, async + - **Layout support**! - ExpressJS support out-of-the-box - 🔥 Reliable - Better quotes/comments support diff --git a/package.json b/package.json index f3379d8..066433b 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "ejs", "eta", "template engine", + "embedded template engine", + "layouts", + "partials", "typescript types" ], "homepage": "https://eta.js.org",