{* * Amsterdam Web Communities System * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. * * SPDX-License-Identifier: MPL-2.0 *}
{{ if .CurrentUser().IsAnon }}

{{ GlobalConfig.Site.WelcomeTitle | raw }}


{{ GlobalConfig.Site.WelcomeMessage | raw }}

{{ end }}

{{ GlobalConfig.Site.TopPostsTitle | raw }}


{{ user := "" }} {{ text := "" }} {{ topic := nil }} {{ link := "" }} {{ range i, p := posts }} {{ user = post_getUserName(p, .) }} {{ text = post_getText(p, .) }} {{ topic = post_topic(p, .) }} {{ link = post_topicLink(topic, comms[i], .) }}
{{ p.Pseud | raw }} ( {{ user }}, {{ DisplayDateTime(p.Posted, .) }}) )
{{ text | postRewrite | raw }}
(From the topic: {{ topic.Name | raw }})
{{ end }}
{{ range _, s := sideboxes }}

{{ if .CurrentUser().IsAnon }}{{ s.TitleAnon }}{{ else }}{{ s.Title }}{{ end }}:

{{ include s.TemplateName }}
{{ end }} {{ if !.CurrentUser().IsAnon }} {{ end }}