Skip to content
New issue

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

Calling a partial inside another partial #303

Open
ngohuytrieu opened this issue Sep 29, 2022 · 0 comments
Open

Calling a partial inside another partial #303

ngohuytrieu opened this issue Sep 29, 2022 · 0 comments

Comments

@ngohuytrieu
Copy link

Hi guys, I have an issue when trying to call a partial inside another partial

Partials folder structure

views/partials/partial1.hbs
views/partials/partial2.hbs

Inside patial1.hbs

Partial 1
{{>partial2}}

Inside patial2.hbs

Partial 2

The result doesn't show any error but the content of the partial2.hsb is not showing.

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

No branches or pull requests

1 participant