| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Photos</title> | |
| </head> | |
| <script src="static/photos.js"></script> | |
| <body onload="initImg('photo', '{{ .Id }}')"> | |
| <img id="photo" onload="drawFaces('photo', 'faces', '{{ .Id }}')" src=""></img> | |
| <canvas id="faces"></canvas> | |
| </body> | |
| </html> |