-1

I am using fabricator

https://fbrctr.github.io

I have a partial I am trying to include in a template

ones on the top level are fine

 {{> standardbutton }}

Nested one do not display

 {{> buttons/standardbutton }}

I could put them all on the top level but it would be nice to group them. Is this possible

TommyD
  • 913
  • 3
  • 17
  • 32

1 Answers1

3

After trying every possibility it uses the standard '/' notation.

 {{> buttons/standardbutton }}
ewldh20
  • 93
  • 10
TommyD
  • 913
  • 3
  • 17
  • 32