{* * 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 *} {{ import "block_leftmenus.jet" }} {{ .FrameTitle() | raw }} - {{ GlobalConfig.Site.Title }} {{ range k, v := .FrameMetadata(0) }} {{ end }} {{ if __debugMode }} {{ else }} {{ end }}
{{ GlobalConfig.Site.Title }}
{{ p := __bannerad.ResolvePath() }} {{ if p != "" }} {{ if isset(__bannerad.LinkURL) }} {{ else }} {{ end }} {{ else }}   {{ end }}
{{ if .CurrentUser().IsAnon }} You are not logged in {{ if !isset(__suppressLogin) }} - Log In | Create Account {{ end }} {{ else }} You are logged in as {{ .CurrentUser().Username }} {{ if !isset(__suppressLogin) }} - Log Out {{ if !.CurrentUser().VerifyEMail }} | Verify E-Mail {{ end }} | Profile {{ end }} {{ end }}
{{ range i, m := __leftMenus }} {{ if i > 0 }}
 
{{ end }} {{ if m.Tag == "community" }} {{ yield leftCommunityMenu(menu=m) }} {{ else }} {{ yield leftMenu(menu=m) }} {{ end }} {{ end }}
{{ include __innerPage }}
 

{{ include GlobalConfig.Site.FooterTemplate }}