* Add torrent file missing page instead of old 404 * Make download.go redirect to file missing page instead of 404 * Add files via upload * Update translation changelog * add translation string for "torrent file not found" page * Forgot to create variables * import templates
They are in different folders and all loaded in controllers/router.go. This means that you only have to create a folder with a router.go file and import this folder in main router.go to add a handler.