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

Nested embeds doesn't work #8

Open
monochromer opened this issue Jun 23, 2022 · 2 comments
Open

Nested embeds doesn't work #8

monochromer opened this issue Jun 23, 2022 · 2 comments

Comments

@monochromer
Copy link

Example:

{% embed 'note.njk' %}
  {% block header %}
    Hello
  {% endblock %}

  {% block content %}
    {% embed 'note.njk' %}
      {% block header %}
        header
      {% endblock %}

      {% block content %}
        content
      {% endblock %}
    {% endembed %}
  {% endblock %}
{% endembed %}
@danburzo
Copy link
Member

Hi @monochromer, thanks for the report. I honestly can't remember, at this point, in what state I left the repo, but I think it's mostly a proof-of-concept, or at least work-in-progress. I should have left a note in the README... 😬 In any case, if I'll be able to pick this back up in the future, this will be a good test-case!

@monochromer
Copy link
Author

👌

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

2 participants