{% set artifacts = page.artifacts %}
{# Do we have only one platform? If so, simplify a bunch of stuff #}
{% set simple_platforms = artifacts.platforms_with_downloads|length == 1 %}
Install {{ artifacts.tag }}
{% if artifacts.formatted_date %}
Published on {{ artifacts.formatted_date }}
{% endif %}
{% for platform in artifacts.platforms_with_downloads %}
{% if platform.installers | length > 1 %}
{% for i in platform.installers %}
{% set installer = artifacts.release.artifacts.installers[i] %}
{# Select the first tab #}