Add doc for {insert} and {switch}

This commit is contained in:
bzick
2013-08-30 10:26:17 +04:00
parent ecc842cc04
commit de4fcad602
3 changed files with 60 additions and 4 deletions

View File

@@ -42,9 +42,9 @@ Documentation
* [if](./tags/if.md), `elseif` and `else`
* [foreach](./tags/foreach.md), `foreaelse`, `break` and `continue`
* [for](./tags/for.md), `forelse`, `break` and `continue`
* [switch](./tags/switch.md), `case`, `default` and `break`
* [switch](./tags/switch.md), `case`, `default`
* [cycle](./tags/cycle.md)
* [include](./tags/include.md)
* [include](./tags/include.md), `insert`
* [extends](./tags/extends.md), `use`, `block` and `parent`
* [filter](./tags/filter.md)
* [ignore](./tags/ignore.md)