mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 03:45:25 +01:00
038648aaca
Use the official way of including markdown content into index.html
17 lines
420 B
HTML
17 lines
420 B
HTML
{{ template "chrome/header.html" . }}
|
|
<body>
|
|
{{ template "chrome/navbar.html" . }}
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-10">
|
|
{{ .Content }}
|
|
</div>
|
|
<!-- Sidebar -->
|
|
<div class="col-md-2">
|
|
{{ template "chrome/menu.html" . }}
|
|
</div>
|
|
</div>
|
|
{{ template "chrome/footer.copyright.html" . }}
|
|
</div>
|
|
{{ template "chrome/footer.html" . }}
|