|
|
|
|
|
by Nilef
1934 days ago
|
|
Yeah, you would need to use something like Pug.js to render the data. As an alternative (and possibly easier imo), you could add custom JS code on Webflow (it has an embed function) to hook onto its dynamic list functionality and add your own data inside. In other words, create a list on Webflow with one item in it designed the way you want the final data to look. Then use JS code to override the data on that page with your own data source and to duplicate the list item as many times as you need for your data source This may be a useful reference: https://cmsdocs.webflow.io/ Finally, I’ve not looked at this much but it may help: https://www.nocode.tech/lessons/building-user-authentication... |
|