{* * 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/. *}

Find Posts

{{ if scope == "community" }} in Community: {{ entityName }} {{ else if scope == "conference" }} in Conference: {{ entityName }} {{ else if scope == "topic" }} in Topic: {{ entityName | raw }} {{ end }}

{{ if scope == "community" }} Return to Conference List {{ else if scope == "conference" }} Return to Topic List {{ else if scope == "topic" }} Return to Topic {{ end }}
{{ if isset(errorMessage) }}
⚠️

{{ CapitalizeString(errorMessage) }}.

{{ end }}
Keywords:
{{ if isset(resultHeader) }}
{{ resultHeader }}
{{ if isset(resultList) && len(resultList) > 0 }}
{{ range _, rx := resultList }} {{ end }}
Post Link Author Post Date Lines Preview
{{ rx.PostLink }} {{ rx.Author }} {{ DisplayDateTime( rx.PostDate, .) }} {{ rx.Lines }} {{ rx.Excerpt }}
{{ if isset(resultShowPrev) || isset(resultShowNext) }}
{{ if isset(resultShowPrev) }} {{ end }} {{ if isset(resultShowNext) }} {{ end }}
{{ end }} {{ end }} {{ end }}