parent
4c6342bc7c
commit
fdedf1e7b8
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Entry {{ .Entry.Id }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ .Entry.Title }}</h1>
|
||||
{{ range .Notes }}
|
||||
<div>
|
||||
<pre>
|
||||
{{ .Body }}
|
||||
</pre>
|
||||
</div>
|
||||
{{ end }}
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue