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