Skip to content

Self calling block inheritance #91

@kobezzza

Description

@kobezzza
- namespace demo

- template a()
	- block e() =>
		1

- template b() extends @a
	- block e()
		2
		- super

- template c() extends @b
	- block e()
		3
		- super

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions