TwigBridge icon indicating copy to clipboard operation
TwigBridge copied to clipboard

Include markdown files

Open unlikenesses opened this issue 5 years ago • 0 comments

I'm using some pre-existing Twig templates in a new Laravel 8 app. These contain lines like:

{% filter markdown %}{% include 'foo/bar.md' %}{% endfilter %}

This produces the error:

Template "foo/bar.md" is not defined in "baz.twig" at line 8.

How can I include markdown files with TwigBridge?

unlikenesses avatar Sep 21 '20 09:09 unlikenesses