-
What's the best way, to read arbitrary content (in the form of collection/entries) in the template engine? More concretely, I want to use A custom route would be easy here, but I want to maintain CMS functionality. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'd probably opt for building custom routes/controllers or building your own tag to get the API data and return it into your templates however you want. |
Beta Was this translation helpful? Give feedback.
-
Tags are awesome, thanks! |
Beta Was this translation helpful? Give feedback.
Tags are awesome, thanks!
So I decided to go with Tags when I have content that repeats and with custom routes when the content is not repeated.