friendica-github/view/templates/home.tpl
2024-08-24 20:23:27 +02:00

20 lines
438 B
Smarty

{{*
* Copyright (C) 2010-2024, the Friendica project
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*}}
{{* custom content from hook will replace everything. *}}
{{if $content != '' }}
{{$content nofilter}}
{{else}}
{{if $customhome != false }}
{{include file="$customhome"}}
{{else}}
<h1>{{$defaultheader nofilter}}</h1>
{{/if}}
{{$login nofilter}}
{{/if}}