mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Remove tmp templates
This commit is contained in:
parent
272f9ab8f3
commit
e54dd63a51
@ -1,4 +0,0 @@
|
||||
{extends "parent.tpl"}
|
||||
{block blk1}
|
||||
<b>blk1.{$a}</b>
|
||||
{/block}
|
@ -1,4 +0,0 @@
|
||||
{extends "child1.tpl"}
|
||||
{block blk2}
|
||||
<b>blk2.{$a}</b>
|
||||
{/block}
|
@ -1,9 +0,0 @@
|
||||
{extends "child2.tpl"}
|
||||
|
||||
{block blk1}
|
||||
<b>blk1.{$a} (overwritten)</b>
|
||||
{/block}
|
||||
|
||||
{block blk3}
|
||||
<b>blk3.{$a}</b>
|
||||
{/block}
|
@ -1,4 +0,0 @@
|
||||
Parent template
|
||||
Block1: {block blk1}{/block}
|
||||
Block2: {block blk2}{/block}
|
||||
Block3: {block blk3}default{/block}
|
@ -1 +0,0 @@
|
||||
Template 1 {$a}
|
@ -1 +0,0 @@
|
||||
Template 2 {$b}
|
Loading…
Reference in New Issue
Block a user