{% include top.html %} {% include header.html %}
{% include post-map-header.html %}

{{ page.title }}

{% if page.categories[0] %}{% assign category = page.categories[0] | downcase %}
{{ page.categories[0] }} × {{ page.date | date: "%B %-d, %Y" }}{% if page.elsewhere-site %} × {{ page.elsewhere-site }}{% endif %} {% include tags.html %}
{% endif %}
{% if page.categories[0] == 'playlists' %} {% capture src %}{{page.title | slugify}}.png{% endcapture %} {% include img.html src=src class='img-half' alt='album art' %} {% endif %} {% unless page.categories[0] == 'playlists' %}{{ content }}{% endunless %} {% if page.recipe %}

Recipe: {{ page.recipe-title }}

{% endif %} {% if page.categories[0] == 'playlists' %}{% include single-playlist.html %}{% endif %}{% if page.credits %}

{{ page.credits }}.

{% endif %}
{% include prev-next.html %}
{% include footer.html %} {% include end.html %}