Hello,
I'm building a single page site and want to include a module (_contact) multiple times. is there a way to achieve this?
Tried the following (modular.md)
content:
items: '@self.modular'
order:
dir: asc
by: default
custom:
- _showcase
- _in-page-navigation
- _steps
- _contact
- _prices
- _examples
- _contact
Thanks in advance
Thorsten