Replies: 1 comment 1 reply
-
In order to override templates, you must go through the theme extension process. You can't put templates into |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm not sure if I'm missing something I can't see or it's just not possible, what I'm trying to do
My Folder structure:
What I'm trying to do is, I want some more things in the site_meta, for which I made the main.html override.
The things I wanna add should be individual for each page I make, stored in the
values.jinja
file right beside it.So what I tried, is this:
But it always fails with
TemplateNotFound
.Something's not right with the attempt to grab the right path anyway, because if I manually set a string for
valuesFile
the error message also includes the Template I tried to load, which is just empty if I try it from the variable.So I have basically two questions:
docs/
directory in an override?Beta Was this translation helpful? Give feedback.
All reactions