How do I specify multiple paths to compile templates? #2251
Unanswered
lolo02afon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The manual gives an example:
in which templates are compiled along the path
public/views/*.html
.I need to change this code so that templates are compiled not in one, but in two specified paths, namely
pjt_*/templates/include/*.html
andpjt_*/templates/site/*.html
.My code:
Beta Was this translation helpful? Give feedback.
All reactions