# extends 'base.html' # import 'macro/utils.html' as utils # block head {{utils.prefetch_link(next_url)}} # endblock # block content
| {{utils.order_by_link('content', 'Content')}} | {{utils.order_by_link('post_key', 'Post')}} |
|---|---|
| {{comment_db.content}} | {{comment_db.post_key.get().title if comment_db.post_key else ''}} |