-
I'm writing a custom theme for a non-blog site, and I want all pages in subdirectory A use one custom template (say I know I can override the |
Beta Was this translation helpful? Give feedback.
Answered by
avaris
Dec 24, 2023
Replies: 1 comment 2 replies
-
See EXTRA_PATH_METADATA = {
'A': {'template': 'page_a'},
'B': {'template': 'page_b'},
# ...
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
plgruener
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
EXTRA_PATH_METADATA
: