2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2018-04-02 16:40:30 +00:00
|
|
|
<h1>{{$title}}</h1>
|
|
|
|
|
2018-12-14 03:35:51 +00:00
|
|
|
{{$tostext nofilter}}
|
2018-04-02 16:40:30 +00:00
|
|
|
|
2022-12-03 21:15:08 +00:00
|
|
|
{{if $rules}}
|
|
|
|
<h2>{{$rulestitle}}</h2>
|
|
|
|
{{$rules nofilter}}
|
|
|
|
{{/if}}
|
|
|
|
|
2018-04-02 16:40:30 +00:00
|
|
|
{{if $displayprivstatement}}
|
2018-12-14 03:35:51 +00:00
|
|
|
<h2>{{$privstatementtitle nofilter}}</h2>
|
|
|
|
<p>{{$privacy_operate nofilter}}</p>
|
|
|
|
<p>{{$privacy_distribute nofilter}}</p>
|
|
|
|
<p>{{$privacy_delete nofilter}}</p>
|
2018-04-02 16:40:30 +00:00
|
|
|
{{/if}}
|
|
|
|
|