Skip to content

Commit afb6387

Browse files
committed
Add warning about using __tera_context
1 parent ea94480 commit afb6387

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

content/misc/tera.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
+++
22
title = "Tera Guide"
33
date=2023-10-27
4-
updated = 2025-04-26
4+
updated = 2026-02-19
55
taxonomies = { tags = ["Misc"] }
66
+++
77

88
## Get everything in context
99

10+
This is useful for debugging.
11+
But be warned it includes all the content of the site so on large sites it is VERY big.
12+
1013
```
1114
{{ __tera_context }}
1215
```

0 commit comments

Comments
 (0)