{% extends 'base.j2' %} {% block title %} {{ title }} {% endblock %} {% block content %}
{# Sidebar toggle button #} {# Sign out button #} {% if session['logged_in'] %}
{% endif %}
{# Page main content #}
{{ article | safe }}
{# Pagination #} {% for link in links %} {% if link == current_path %} {% endif %} {% endfor %}
{% endblock %}