--- layout: default sidebar_cats: - installation - manual - tutorials ---
{% if page.section %} {{page.section|capitalize}} / TileMill {% endif %}

{{page.title}}

{{content}}
{% for cat in (page.sidebar_cats) %}

{{ cat | replace:'_',' ' | capitalize }}

{% for post in site.posts reversed %}{% if post.categories contains cat %} {% if page.title == post.title %} {{ post.title }} {% else %} {{ post.title }} {% endif %} {% endif %}{% endfor %}
{% endfor %}