Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

baseof.html 374B

il y a 6 ans
il y a 6 ans
1234567891011121314
  1. <!DOCTYPE html>
  2. <html class="no-js" lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
  3. {{- partial "head.html" . -}}
  4. {{"<!-- body start -->" | safeHTML}}
  5. <body id="body" data-spy="scroll" data-target=".navbar" data-offset="50">
  6. <div id="content">
  7. {{- block "main" . }}{{- end }}
  8. </div>
  9. {{- partial "footer.html" . -}}
  10. </body>
  11. </html>