{% extends "base.html" %} {% block content %}
{% if story == 1%} Previous {% else -%} Previous {% endif %} {% if story == stories|length%} Next {% else -%} Next {% endif %}
{% block story %}{% endblock %}
{% if story == 1%} Previous {% else -%} Previous {% endif %} {% if story == stories|length%} Next {% else -%} Next {% endif %}
{% endblock %}