You have conditionals on all output. If you're seeing a blank page, perhaps
those conditionals are all false. Put in some unconditional content and see if
it renders, and then start testing your conditionals.
Mike
"/comments/post" is decorated by require_POST, that means that POST is the only
method allowed to access that view, check your response, you should be getting
a 405 response.
You should include the form in the page you want it to display, let's say
a blog post page, but if you want the form on a single page, then you need to
define a different URL and view to render the template.
Regards,
Matías
--
Matías Aguirre (matias...@gmail.com)