---
---
{{"https://en.wikipedia.org/wiki/Percent-encoding" | markdownify }}
{{"https://de.wikipedia.org/wiki/URL-Encoding" | markdownify }}
{{"https://gohugo.io/functions/urls.parse/" | markdownify }}
{{"https://godoc.org/net/url#URL" | markdownify }}
{{"https://golang.org/pkg/text/template/#hdr-Functions" | markdownify }}


{{ urlquery "männer" }}
{{ (urls.Parse "m%C3%A4nner").Path }}

{{ .Permalink }}
{{ .RelPermalink }}
{{ .URL }}

{{ (urls.Parse .Permalink).Path }}


https://en.wikipedia.org/wiki/Percent-encoding
https://de.wikipedia.org/wiki/URL-Encoding
https://gohugo.io/functions/urls.parse/
https://godoc.org/net/url#URL
https://golang.org/pkg/text/template/#hdr-Functions


m%C3%A4nner
männer

https://it-gro.github.io/HugoTemplateCodePlyGnd/tests/m%C3%A4nner/
/HugoTemplateCodePlyGnd/tests/m%C3%A4nner/
/HugoTemplateCodePlyGnd/tests/m%C3%A4nner/

/HugoTemplateCodePlyGnd/tests/männer/