pika Pika PIKACHU!
THREE-COLUMN LIQUID LAYOUT WITH FLOATING BOXES
Left Section
Right Section
Content Section
upload image
{% for post in posts %}
{% if post.user %}
{{ post.user.nickname }} wrote:
{% else %}
An anonymous person wrote:
{% endif %}
{{ post.message|escape }}
{% endfor %}