{% extends "templates/base.html" %} {% block head %} {% endblock %} {% block main_content %}

/{{ board.name }}/

{{ board.description }}

{% if board.owner_id == session.user_id %}
Delete Board
{% endif %} {% if session.user_id %}

Post to this board

{% endif %}
{% if total_pages > 0 %} {% endif %} {% endblock %}