Is it possible to put two .md files in one (sub) folder?
Problem is:
I want to modify a single twig layout to use different 'content' for a two column layout.
The second column should display the content of a different .md file.
So the twig should use a reference to a different .md
How can I get there?
Can a modular page use nested subs?
Example:
01.home: _showcase
- -showcase1 - -showcase2
Thanks!