Rendering store policies like a snippet in a template?

Hello community,

Are the store policies entered in the legal pages accessible through liquid or another mean?
I would like to render the refund policy content ( located at admin > settings > legal > Refund policy ) in a page template kind of like we would include a snippet… Any ideas?

Thanks for your help!

Found it:

{% assign policy = shop.privacy_policy %}

{{ policy.body }}