Cache rendered blocks content to reuse them in further calls
This commit is contained in:
committed by
David Jennes
parent
4d3f911f5d
commit
8c379296ca
5
Tests/StencilTests/fixtures/base-repeat.html
Normal file
5
Tests/StencilTests/fixtures/base-repeat.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% block header %}Header{% endblock %}
|
||||
{% block body %}Body{% endblock %}
|
||||
Repeat
|
||||
{{ block.header }}
|
||||
{{ block.body }}
|
||||
Reference in New Issue
Block a user