github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/layouts/_default/single.html (about)

     1  {{ template "chrome/header.html" . }}
     2  <body>
     3  {{ template "chrome/navbar.html" . }}
     4  <div class="container">
     5      <div class="row">
     6          <div class="col-md-10">
     7              <div class="well well-sm">
     8                      <h3>{{ .Title }}<br> <small>{{ .Description }}</small></h3>
     9                      <hr>
    10                      {{ .Content }}
    11              </div>
    12          </div>
    13  
    14          <!-- Sidebar -->
    15          <div class="col-md-2">
    16              {{ template "chrome/menu.html" . }}
    17          </div>
    18      </div>
    19  {{ template "chrome/footer.copyright.html" . }}
    20  </div>
    21  {{ template "chrome/footer.html" . }}