diff --git a/swh/web/ui/controller.py b/swh/web/ui/controller.py
index 3a6afdf01a97883850272597954da4feaed15172..927d531ddfd8f9d4200a9c52c60504ae43ac29d7 100644
--- a/swh/web/ui/controller.py
+++ b/swh/web/ui/controller.py
@@ -116,6 +116,7 @@ The file's path referenced was '%s'.""" % (hash,
 
 
 @app.route('/browse/content/<hash>:<sha>')
+@set_renderers(HTMLRenderer)
 def content(hash, sha):
     """Show content information.