We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bookshop_partial
bookshop/hugo/v3/core/bookshop_partial.html
Line 40 in de4a972
Given a content file of:
--- canvas_layers: [] ---
and a shared component with a wrapping div and javascript components (alpine in this example):
{{/* templates/component-library/shared/hugo/canvas.hugo.html */}} <div class="w-full h-full" x-data="canvas()"> {{ partial "bookshop" . }} </div>
When using {{ partial "bookshop_partial" (slice "canvas" .Params.canvas_layers) }} the wrapping div is never output.
{{ partial "bookshop_partial" (slice "canvas" .Params.canvas_layers) }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bookshop/hugo/v3/core/bookshop_partial.html
Line 40 in de4a972
Given a content file of:
and a shared component with a wrapping div and javascript components (alpine in this example):
When using
{{ partial "bookshop_partial" (slice "canvas" .Params.canvas_layers) }}
the wrapping div is never output.The text was updated successfully, but these errors were encountered: