Accessing homeassistant.latitude

As the title suggests…
Does anyone know how to access homeassistant.latitude and homeassistant.longitude in a Template?

Assuming you have a home zone set:

"{{ state_attr('zone.home', 'latitude') }}"
"{{ state_attr('zone.home', 'longitude') }}"

Tom, you’re a Champion!