kirsle.net/www/guestbook.html

13 lines
254 B
HTML
Raw Normal View History

2014-04-09 21:56:29 +00:00
{% extends "layout.html" %}
{% block title %}My Guestbook{% endblock %}
{% block content %}
<h1>My Guestbook</h1>
{{ include_page("comment.partial_index",
thread="guestbook",
subject="My Guestbook",
header=False,
) | safe }}
{% endblock %}