{{ page.title | escape }}
This post is part of a series
{% if prev %}
Previously: {{ prev.title }}
{% endif %}
{% if next %}
Next: {{ next.title }}
{% endif %}
To check this project out locally:
git clone {{ page.git_repo }}
{% if page.git_commit %}git checkout {{ page.git_commit }}{% endif %}