---
layout: default
---
By {{ page.author }}
{{ content }}
{% if page.category != "" %}
See also:
{% for category in page.categories %}
{% for activity in site.activities %}
{% if activity.category contains category %}
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}