Hacker News new | ask | show | jobs
by metamemetics 5945 days ago
I think it's better to keep additional logic in your page view functions instead of letting it bloat the template html. Why use a two pass method to parse your custom template logic into python code when you can just write the python code in the view functions?