<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops"> <head> <title>{{ .Title }}</title> <link href="style.css" type="text/css" rel="stylesheet"/> <meta name="viewport" content="{{ .ViewPort }}"/> </head> <body> <div> <img style="{{ .ImageStyle }}" src="../{{ .ImagePath }}"/> </div> </body> </html>