You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
Nunjucks supports using variables in includes. This is problematic in Pattern Lab. Variables may come from global data, partial data, parent partial, or the partial itself. Look into adding support for includes such as:
{% include name + ".njk" %}
{% extends parentTemplate %}
The text was updated successfully, but these errors were encountered:
Nunjucks supports using variables in includes. This is problematic in Pattern Lab. Variables may come from global data, partial data, parent partial, or the partial itself. Look into adding support for includes such as:
{% include name + ".njk" %}
{% extends parentTemplate %}
The text was updated successfully, but these errors were encountered: