{% include 'header.html' %}
Name
Image
Content
[-] {% 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 }}

[-] {{ replies|count - 1}} replies...
{% for p in replies | reverse %} {% if p.replying == post.id %}
[-] {{p.user}} • {{p.yeahs}} Reply
{% if p.image %} Embedded image from {{ p.image }} {% endif %}

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

{% endif %} {% else %}

No messages yet. Be the first to post!

{% endfor %}

This service is ran on buddyboard • source code