Using page variables in shortcodes · Issue #607 · 11ty/eleventy
Hi -- Is it possible to use page object variables inside a shortcode? I'm attempting to refactor the following njk block into a shortcode à la adamduncan/eleventy-shortcomps pattern: {%- for im...