Parent: [a6d42a] (diff)
Child: [ddf08c] (diff)
Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{% extends g.theme.master %} {% block title %} {{c.project.name}} / {{c.app.config.options.mount_label}} / {{post.thread.subject or '(no subject)'}} {% endblock %} {% block header %} {{post.thread.subject or '(no subject)'}} {% endblock %} {% block content %} <div id="comment"> <ul> <li>{{c.post.display(value=post)}}</li> </ul> </div> {% endblock %}