mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix bug: invalid cache name then templates extends via array
This commit is contained in:
4
sandbox/templates/blocks/body.tpl
Normal file
4
sandbox/templates/blocks/body.tpl
Normal file
@ -0,0 +1,4 @@
|
||||
{block 'body'}
|
||||
|
||||
do extend
|
||||
{/block}
|
7
sandbox/templates/layout.tpl
Normal file
7
sandbox/templates/layout.tpl
Normal file
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<body>
|
||||
{block 'body'}
|
||||
nothing to do there
|
||||
{/block}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user