mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-21 05:11:17 +00:00
7 lines
494 B
Smarty
7 lines
494 B
Smarty
|
Start '{% include "includes.helper" %}' End
|
||
|
Start '{% include "includes.helper" if_exists %}' End
|
||
|
Start '{% include "includes.helper" with what_am_i=simple.name only %}' End
|
||
|
Start '{% include "includes.helper" with what_am_i=simple.name %}' End
|
||
|
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
|