Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Nested partials #316

Open
rosshulford opened this issue Apr 11, 2019 · 0 comments
Open

Nested partials #316

rosshulford opened this issue Apr 11, 2019 · 0 comments

Comments

@rosshulford
Copy link

I am trying to wrap a section partial around a couple of partials. What am I doing wrong?

{{#>section}}
  {{>title}}
  {{>summary}}
{{/section}}

In my section I have

<section class="section">
        {{> @partial-block }}
</section>

This looks like it should work?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant