{% extends "base.html" %} {% block title %}{{ b.title }}{% endblock %} {% block content %}

{% if b.is_pinned %}{% endif %} {{ b.title }}

Posted {{ b.created_at.strftime('%Y-%m-%d %H:%M') }}

{{ b.content }}
← All bulletins
{% endblock %}