You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

41 lines
899 B

<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
<html>
<head>
{{ partial "header.html" . }}
</head>
<body>
<!-- Loader -->
<div class="fh5co-loader"></div>
<div class="fh5co-page">
<div id="fh5co-container">
{{ partial "hero.html" . }}
{{ partial "nav.html" . }}
{{ partial "intro.html" . }}
{{ partial "schedule.html" .}}
{{ partial "things-to-do.html" .}}
{{partial "registry.html" .}}
{{ partial "faq.html" .}}
{{ if .Site.Params.footer.enable }}
{{ partial "footer.html" .}}
{{ end }}
</div>
</div>
{{ partial "js.html" .}}
</body>
</html>