NightlyCommit / twing

First-class Twig engine for Node.js
BSD 2-Clause "Simplified" License
199 stars 23 forks source link

Relative filesystem loader fails to resolve template included from a relatively resolved template #495

Closed ericmorand closed 4 years ago

ericmorand commented 4 years ago
{{ include("index.html.twig") }}

index.html.twig

{{ include("partial.html.twig") }} // fails