fixed block inheritance with several levels

This commit is contained in:
Ilya Puchka
2017-11-29 23:03:16 +01:00
parent cf7acea440
commit 93c07e22b1
6 changed files with 39 additions and 13 deletions

View File

@@ -1,5 +1,9 @@
# Stencil Changelog
## Master
- Fixed rendering `{{ block.super }}` with several levels of inheritance
## 0.10.1
### Enhancements