I want to design a go back home button for my site and how can I get the root path of my site in the template so I can do something like this:
I found a trick, Use this tag: {{ HTTP_HOST }}
{{ HTTP_HOST }}
you could do:
back home
or