[def path template-param("path")] [def lang template-param("lang")] [def banner template-param("banner")] [def banner-title-black template-param("banner-title-black")] [def banner-center-fixed template-param("banner-center-fixed")] [def banner-title-shadow template-param("banner-title-shadow")] [def hide-additional-content-frontpage template-param("hide-additional-content-frontpage")] [if lang = null] [def lang "no"] [endif] [if path = null] [def path "/"] [endif] [def path-without-slash path] [def path concat(path, "/")] [def request request-context()] [def resourceType resource-prop(".", "resourceType")] [def isTagListing (request.request-url.parameters.vrtx != null && request.request-url.parameters.vrtx = "tags")] [def isSearch (request.request-url.parameters.vrtx != null && request.request-url.parameters.vrtx = "search")] [if lang = "en"] [def blog-feed-title "Recent posts"] [def blog-tags-title "Tags"] [def blog-recent-comments-title "Recent comments"] [else] [def blog-feed-title "Siste innlegg"] [def blog-tags-title "Emneord"] [def blog-recent-comments-title "Siste kommentarer"] [endif]