1
Fork 0
theorangeone.net-legacy/layouts/partials/page_start.html

12 lines
188 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
{{ partial "head.html" . }}
{{ if .IsHome }}
<body class="landing">
{{ else }}
<body>
{{ end }}
2017-09-16 20:15:00 +01:00
{{ partial "navbar/index.html" . }}
2017-07-24 09:19:35 +01:00
<div id="page-wrapper">