Skip to main content


@eleventy When I blog about things I have done with #11ty I find I can't include the literal Nunjucks templating because any of that I put in the markdown gets interpreted by the engine. Generally it goes to nothingness because the variables are not populated at that scope.

How can I escape it so my templating is shown literally in the final HTML? I naively tried putting backslashes in front of the brackets but that did not seem to do the trick.

⇧