Video seems very well covered by grav but I couldn't figure out how to play audio. What would be the easiest way to add html5 audio tags to play audio files in page.media? I tried
<audio controls>
<source src="{{ page.media['audio.ogg'].url }}" type="audio/ogg">
</audio>
but it's not processed as twig.
(I'm only an end user, I don't think I can write a plugin... And twig was just a funny English word two or three days ago.)