How can I display the version of my sitepackage in the frontend?

I want to display the version of my sitepackage (from my declaration file ext_emconf.php) in the frontend.

How do I query this information? I was thinking of using a DataProcessor in my FLUIDTEMPLATE, but I’m not sure whether I need to write my own or if there’s already one I can use for that.

Thank you!

This has been answered on Stack Overflow. Head there if you’re interested: https://stackoverflow.com/a/65070972/4980973