2015-09-04 14:27:44 +00:00
|
|
|
Start '{% include "includes.helper" %}' End
|
2017-11-05 15:50:25 +00:00
|
|
|
Start '{% include "includes.helper" if_exists %}' End
|
2015-09-04 14:27:44 +00:00
|
|
|
Start '{% include "includes.helper" with what_am_i=simple.name only %}' End
|
|
|
|
Start '{% include "includes.helper" with what_am_i=simple.name %}' End
|
2017-11-05 15:50:25 +00:00
|
|
|
Start '{% include simple.included_file|lower with number=7 what_am_i="guest" %}' End
|
|
|
|
Start '{% include "includes.helper.not_exists" if_exists %}' End
|
|
|
|
Start '{% include simple.included_file_not_exists if_exists with number=7 what_am_i="guest" %}' End
|