Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Can i pull in some code blocks from within a seperate file?
· 11 years ago
I think he means iterating through all files in a subfolder and including them in the template. I would also be interested in this :)
-
Can i pull in some code blocks from within a seperate file?
· 11 years ago
if you can upload to github or similar it's really good to understand what you want :)
-
Can i pull in some code blocks from within a seperate file?
· 11 years ago
yeah, a loop that cycles through a folder and fetches all data there!
-
Can i pull in some code blocks from within a seperate file?
· 11 years ago
I'm not sure what you mean? Every page dynamically?
-
Can i pull in some code blocks from within a seperate file?
· 11 years ago
how can i pull in every page inside a pages-folder dynamically ? thanks
-
Can i pull in some code blocks from within a seperate file?
· 11 years ago
it all works just nice, i'm so thankful !
-
Can i pull in some code blocks from within a seperate file?
· 12 years ago
The Page has to be located in the user/pages/ folder to be available to include. If it's outside for some reason, you could probably use a symbolic link.
-
Can i pull in some code blocks from within a seperate file?
· 12 years ago
I have a folder called DATA and i want to pull data from it into a page view. How is this done?
-
Can i pull in some code blocks from within a seperate file?
· 12 years ago
wow, i'm impressed. thanks.
-
Can i pull in some code blocks from within a seperate file?
· 12 years ago
You can from Twig. This means that either in a Twig template, or another markdown page (with Twig processing enabled) you can load the data from a page into a variable. For example: {% set author =