GuestBook

Write something...

Name
Comment

Posts

{% for post in posts %}

{{ post.name }} ({{ post.timestamp | datetime_fmt }})

{{ post.comment | nl2br }}

{% endfor %}