<!doctype html>
<html lang="en">
{{ partial "head.html" . }}
<body>
<div id="navi">
{{ partial "navi.html" . }}
</div>
<main>
<table id="header">
<tbody>
<tr><td class="main">Dominic Ricottone</td></tr>
<tr><td class="sub">Personal Blog and CV</td></tr>
</tbody>
</table>
<div id="content">
{{ block "main" . }}{{ end }}
</div>
</main>
<div id="footer">
generated by <a href="https://gohugo.io/">Hugo</a> at {{ now.Format "2006-01-02 13:04:05 MST" }}
</div>
</body>
</html>