Skip to content

blank page display with deep included patterns (with 2.5#dev) #461

Closed
@gael-boyenval

Description

@gael-boyenval

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 }}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions