diff --git a/bin/make_images b/bin/make_images
index cb25efda001ee6199ece72e1efdfefda31ded234..29a4a40e3d21cfde6f7d713d1578185e8212304d 100755
--- a/bin/make_images
+++ b/bin/make_images
@@ -14,6 +14,6 @@ base_url = "https://eicweb.phy.anl.gov/api/v4/projects/390/jobs/artifacts/master
 #images = ["images/view2a.png","images/view2b.png", "images/view1.png"]
 images = glob.glob("images/*.png")
 
-#template = env.get_template('detector_views.md')
+template = env.get_template('detector_views.md')
 print(template.render(base_url=base_url, images=images))
 
diff --git a/reports/__init__.py b/reports/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/reports/templates/detector_views.md b/reports/templates/detector_views.md
new file mode 100644
index 0000000000000000000000000000000000000000..de9f5bc677415236b1a167db2a02197594cf3a14
--- /dev/null
+++ b/reports/templates/detector_views.md
@@ -0,0 +1,7 @@
+#ReferenceDetector
+
+
+{% for image_path in images %}
+<img src="{{ base_url }}/{{ image_path }}?job=report" width="400px" />
+<br \>
+{% endfor %}