{{ content }}
{% assign author_id = page.author_staff_member | prepend: "/staff_members/" | append: "/" %} {% assign author = site.staff_members | where: "url", author_id | first %}
{{ author.name }}

{{ author.blurb }}

{% if page.previous.url %} {% endif %} {% if page.next.url %} {% endif %}
{% if site.disqus_shortname and page.comments %}
{% endif %}