Base_url outputs the full URL

Hi,

for me {{ base_url }} is always outputting the full url.

Even if I go to a child page, let’s say domain.tld/blog/childpage. In this case {{ base_url }} is outputting domain.tld/blog/childpage.

What can I do that it outputs only domain.tld?

Thanks.

You can use {{ uri.base }}