---
layout: pages
---
{% if page.splash %}{% include site.introduction.html %}{% endif %}
{% if site.mapboxjs != page.version %}
{% capture redirect %}
{% if page.splash %}
{{site.baseurl}}/api/{{site.mapboxjs}}/
{% else %}
{{site.baseurl}}/api/{{site.mapboxjs}}/{{page.url | split:'/' | last}}/
{% endif %}
{% endcapture %}
{% endif %}
{{content}}