Got a UnicodeEncodeError at line 66 of comments.html. Had to change it a bit: ``` <th>${comment.formatted_date().decode('utf-8')}</th> ``` Now it works fine.