diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-11-07 11:14:36 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-11-07 11:19:26 +0100 |
commit | 02602fde70f6fd4de1279bef037027f70a2cedab (patch) | |
tree | 7c304f00976f502c74afbdf103927b66a1ec0c98 /book/src/SUMMARY.md | |
parent | e78989e9bd2882a5d2561ed4b13a4e96fe5e53e4 (diff) | |
download | askama-02602fde70f6fd4de1279bef037027f70a2cedab.tar.gz askama-02602fde70f6fd4de1279bef037027f70a2cedab.tar.bz2 askama-02602fde70f6fd4de1279bef037027f70a2cedab.zip |
Add missing link to template expansion
Diffstat (limited to '')
-rw-r--r-- | book/src/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 486e510..a341c2b 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -9,3 +9,4 @@ - [Filters](./filters.md) - [Integrations](./integrations.md) - [Performance](./performance.md) +- [Template expansion](./template_expansion.md) |