I want to replace standart {% if %} template tag by "smart if" custom tag from this snippet, because I don't want to write {% load smart_if %} every time. And also "smart if" will come into core template system very soon
I forgot where I saw piece of code, that do this. Does anyone know, how to replace built-in templatetag?