{% if page.previous.url %}
  • {{ page.previous.title | truncate: 15 }}
  • {% else %}
  • Back
  • {% endif %} {% if page.next.url %}
  • {{ page.next.title | truncate: 15 }}
  • {% else %}
  • Follow
  • {% endif %}