How do you with a var in tera with rocket_dyn_templates #2818
-
I am currently trying to pass a var into an include statment but I keep encountering an error is there anyway to pass it without an error? Error:
This is my template
Route Code
|
Beta Was this translation helpful? Give feedback.
Answered by
the10thWiz
Jul 2, 2024
Replies: 1 comment
-
You can't. Includes must be a string literal. See: https://keats.github.io/tera/docs/#include |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RAPrograms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't. Includes must be a string literal. See: https://keats.github.io/tera/docs/#include