From 034c4d951af42066d8b51226a4b7da47752e00ce Mon Sep 17 00:00:00 2001 From: backwardspy Date: Mon, 1 Apr 2024 11:40:24 +0100 Subject: [PATCH] mention tera builtins in readme (#160) --- whiskers/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/whiskers/README.md b/whiskers/README.md index 00c9b0e3..a8cce50c 100644 --- a/whiskers/README.md +++ b/whiskers/README.md @@ -168,6 +168,11 @@ These types are designed to closely match the [palette.json](https://github.com/ | `urlencode_lzma` | Serialize an object into a URL-safe string with LZMA compression | `red \| urlencode_lzma()` => `#ff6666` | | `trunc` | Truncate a number to a certain number of places | `1.123456 \| trunc(places=3)` => `1.123` | +> [!NOTE] +> You also have access to all of Tera's own built-in filters and functions. +> See [the Tera documentation](https://keats.github.io/tera/docs/#built-ins) for +> more information. + ## Frontmatter Whiskers templates may include a frontmatter section at the top of the file.