8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twigjs throws TwigException: Unable to find template file C:\Projects\test\src\layoutscommon.twig
TwigException: Unable to find template file C:\Projects\test\src\layoutscommon.twig
// ... namespaces: { 'layouts': path.join(__dirname, '/src/layouts'), }, // ...
{% extends "layouts::common.twig" %} {% block content %}Lorem ipsum{% endblock %}
Everything works if separator added
// ... namespaces: { 'layouts': path.join(__dirname, '/src/layouts/'), }, // ...
The text was updated successfully, but these errors were encountered:
This was fixed by #609. Example: https://codepen.io/willrowe/pen/YzarBQP
Sorry, something went wrong.
No branches or pull requests
Twigjs throws
TwigException: Unable to find template file C:\Projects\test\src\layoutscommon.twig
Everything works if separator added
The text was updated successfully, but these errors were encountered: