{% include 'header.html' %}
Name
Image
Content
{% for post in posts | reverse %} {% if post.replying == "pin" %}
[-] [Pinned] {% if post.ip == "127.0.0.1" and post.user == "*" %}{{ mod }} [M]{% else %}{{ post.user }}{% endif %} • {{post.yeahs}} Reply
{% if post.image %} Embedded image from {{ post.image }} {% endif %}

{{ post.content | replace('\n', '
') | safe }}

{% endif %} {% endfor %} {% for post in posts | reverse %} {% if post.replying == None %}
[-] {% if post.ip == "127.0.0.1" and post.user == "*" %}{{ mod }} [M]{% else %}{{ post.user }}{% endif %} • {{post.yeahs}} Reply
{% if post.image %} Embedded image from {{ post.image }} {% endif %}

{{ post.content | replace('\n', '
') | safe }}

{% endif %} {% else %}

No messages yet. Be the first to post!

{% endfor %}

This service is ran on buddyboard • source code