{* * 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/. *}
{{ if .CurrentUser().IsAnon }}

Welcome to Amsterdam


Welcome to the Amsterdam Web Communities System. To get the most out of this site, you should log in or create an account, using one of the links above.

{{ end }}

Latest from the Conferences


{{ 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, .) }}
{{ p.Pseud | raw }} ( {{ user }}, {{ DisplayDateTime(p.Posted, .) }}) )
{{ text | postRewrite | raw }}
(From the topic: {{ topic.Name | raw }})
{{ end }}
{{ range i, s := sideboxes }} {{ .SetScratch("__sidebox", s) }} {{ include s.TemplateName }} {{ end }} {{ if !.CurrentUser().IsAnon }} {{ end }}