Update extends.md

This commit is contained in:
Ivan Shalganov 2013-07-04 01:31:47 +04:00
parent 9600fc78d7
commit c439ef9345

View File

@ -45,16 +45,12 @@ Tag {extends} [RU]
```smarty
{use 'blocks.tpl'}
...
{if $theme.extended?}
{use $theme.extended}
{/if}
```
### {parent}
Planned. Not supported yet.
Planned. Not supported yet. Feature #5.
```smarty
{block 'block1'}