aurweb.templates: loader -> _loader, env -> _env
These are module local globals and we don't want to expose
global functionality to users, so privatize them with a
leading _
prefix.
These things should really not be accessible by users.
Edited by Kevin Morris