Hacker News new | ask | show | jobs
by JodieBenitez 989 days ago
> If I count the cumulative hours, days, weeks spent at writing templatetags

Django has support for Jinja templates so you could just use that and call methods in your templates, which negates the need for most template tags.