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
Tale Jade doesn't use include since it would be a mess to handle. It's actually pretty easy to implement this, I just don't know if I even want/need it yet.
Import's actually support Attributes right now.
extends some-file(foo='bar', 'baz')
is perfectly valid right now and the
import
node will get the correct attributes appended to->attributes
The plan is to make this feature local, include-based variables
e.g.
navigation.jade
index.jade
The text was updated successfully, but these errors were encountered: