A terrific drop-in replacement for Django’s built-in {% if %} tag, this one includes logical operator support. I have a series of filters I use for logical operators in Django templates and while it works well, I think this approach is better. Plus, it’s 100% backwards-compatible with the built-in {% if %} tag, so it’s really easy to get started using it. Nice. Visit site »
Useful snippet from Brent O’Connor: obscures e-mail addresses in your content (by using JavaScript to render a link which contains the email encoded in a random string of hex digit or decimal digits). Nice. Visit site »