What limitations does NDjango templates have over regular Django templates?
Are there any differences, limitations or gotchas between NDjango and Django templates? I'm specifically interested in implementing them in future ASP.NET MVC projects. I'm certain I won't be able to use any of my custom template tags that I've written for Django, but would I be able to port them to NDjango? ...