aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/baseof.html
blob: c0b55aa426a23c9fd87e361ede7a98e03cf41bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html class="has-navbar-fixed-top" lang="en-us">

<head itemscope>

{{ partial "head.html" . -}}
  
</head>

<body>

{{ partial "nav.html" . -}}

	{{- block "main" . }} 
		<p>If you are seeing this, your page content hasn't been created.</p>
	{{- end }}

{{ partial "footer.html" . -}}