tbaseof.html - andersdamsgaard.com - my photography webpage | |
git clone git://src.adamsgaard.dk/andersdamsgaard.com | |
Log | |
Files | |
Refs | |
Submodules | |
README | |
LICENSE | |
--- | |
tbaseof.html (250B) | |
--- | |
1 <!DOCTYPE html> | |
2 <html> | |
3 {{- partial "head.html" . -}} | |
4 <body> | |
5 {{- partial "header.html" . -}} | |
6 <div id="content"> | |
7 {{- block "main" . }}{{- end }} | |
8 </div> | |
9 {{- partial "footer.html" . -}} | |
10 </body> | |
11 </html> |