Closed
Description
I am using Pattern Lab Node 2.5.0
on Mac
, with Node v6
, using the Gulp
Edition.
Expected Behavior
for a given pattern :
{{> atom-btn }}
in a template template-x
we call the btn :
{{> atom-btn }}
then call the template in page-y
{{> template-x }}
the page should display the btn
Actual Behavior
display a blank page (no error, nothing at screen appart for the patternlab UI )
Steps to Reproduce
create :
atoms/btn
<a class="a-btn">text</a>
templates/x
{{> atoms-btn }}
pages/y
{{> templates-x }}