<!DOCTYPE html>
<html lang="en" class="js csstransforms3d">
  <head>
    {{ partial "meta.html" . }}
    <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
    {{ .Scratch.Add "title" "" }}{{ if isset .Site.Data.titles .Title }}{{ .Scratch.Set "title" (index .Site.Data.titles .Title).title }}{{ else }}{{ .Scratch.Set "title" .Title}}{{end}}
    <title>{{ .Scratch.Get "title" }}</title>
    {{ partial "head_includes.html" . }}
  </head>
  <body class="" data-url="/">
    {{ partial "menu.html" . }}
        <section id="body">
        <div id="overlay"></div>

        <div class="padding highlightable">
            <a href="#" id="sidebar-toggle" data-sidebar-toggle="">
              <i class="fa fa-2x fa-bars"></i>
            </a>
            <div id="top-bar">

              {{ if and .IsPage .Site.Params.editURL }}
                {{ $File := .File }}
                {{ $Site := .Site }}
                {{with $File.Path }}
              <div id="top-github-link">
                  <a class="github-link" href="{{ $Site.Params.editURL }}{{ $File.Dir }}{{ $File.LogicalName }}" target="blank">
                    <i class="fa fa-github-square"></i>
                    edit this page
                  </a>
              </div>
                {{ end }}
              {{ end }}
              <div id="breadcrumbs" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
                {{ if and (not .Params.chapter) (.Params.toc) }}
                <span id="toc-menu"><a href=""><i class="fa fa-ellipsis-v"></i></a></span>
                {{ end }}
                {{ $type := .Type }}
                {{ $relLink := .RelPermalink }}
                {{ range $name , $value := .Site.Sections }}
                  {{ if eq $name $type }}
                    {{ $first := (index $value 0).Page }}
                    {{ if ne $first.RelPermalink $relLink }}
                <a href="{{ $first.RelPermalink }}" itemprop="url"><span itemprop="title">{{ $first.Title }}</span></a> <i class="fa fa-angle-right"></i>
                    {{ end }}
                  {{ end }}
                {{ end }}
                {{ with .Title }}<span itemprop="title"> {{ . }}</span>{{ end }}
              </div>
              {{ if .Params.toc }}
                  {{ partial "toc.html" . }}
              {{ end }}

            </div>
            {{ if .Params.chapter }}
              <div id="chapter">
            {{ end }}
    	        <div id="body-inner">
                {{ if not .Params.chapter }}
                <h1>{{.Title}}</h1>
                {{ end }}