Hey bro. When you get time would be great to see a flask/django blog pagination w comment appending. I suppose adding comments should be relatively easy, just a form with name and email and text area, submit, stores in database, and then prints the form data at the bottom of the HTML page. The pagination is the trickier part. I think a good convention for a blog url would be
'/blog/<int:page>/<string:thread>/'
(and possibly add a date in 2-15-17 form, so another <string:thread>/ )
one cool thing I did in django to organize blog posts at bottom of /blog/ is make a little data toggle box, into which new posts appear: