I am trying to combine the “modular/text” template of the Quark theme with the owl carousel. The goal: having a owl slider instead of a static image next to the text.
@leG, The ‘Shortcode Owl Carousel’ plugin processes a certain tag/shortcode inside the Markdown page. And your Twig code is not being processed inside Markdown… A catch-22 it seems…
Fortunately, Twig processing inside Markdown can be enabled by setting the following in frontmatter (docs):
process:
twig: true
Then you can mix Twig inside your markdown page as follows: