-
@MichaelWDelaney A few options: 1. use paired shortcodes and nunjucks content in the template. 2. require/use Nunjucks in Node directly 3. Use the render plugin! const { EleventyRenderPlugin } = require("@11ty/eleventy"); see github.com/11ty/eleventy/blob/4c74a53fd397f42bede8c7ff0d717d172aacc2c8/src/Plugins/RenderPlugin.js#L363 for File and String exports