2018-01-17 13:27:41 +01:00
|
|
|
|
|
|
|
{{* custom content from hook will replace everything. *}}
|
|
|
|
{{if $content != '' }}
|
2018-12-14 04:35:51 +01:00
|
|
|
{{$content nofilter}}
|
2018-01-17 13:27:41 +01:00
|
|
|
{{else}}
|
|
|
|
|
|
|
|
{{if $customhome != false }}
|
|
|
|
{{include file="$customhome"}}
|
|
|
|
{{else}}
|
2018-12-21 06:05:41 +01:00
|
|
|
{{$defaultheader nofilter}}
|
2018-01-17 13:27:41 +01:00
|
|
|
{{/if}}
|
|
|
|
|
2018-12-21 06:05:41 +01:00
|
|
|
{{$login nofilter}}
|
2018-01-17 13:27:41 +01:00
|
|
|
{{/if}}
|