aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/baseof.html
blob: 81c9a1e3fdaa0b9365f2a9d0545337a4e7385be3 (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" itemscope itemtype="http://schema.org/Article">

<head>

{{ 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" . -}}