I would like to render a random connected media item in Zotonic as follows:
{% with m.rsc[id].banner as media %}
{% if media %}
{% with media.random as m %}
{% media m %}
{% endwith %}
{% endif %}
{% endwith %}
How do you choose a media item at random from a Page Connection in a Zotonic template?