mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 11:55:01 +01:00
25 lines
625 B
HTML
25 lines
625 B
HTML
{{ template "chrome/header.html" . }}
|
|
<body>
|
|
{{ template "chrome/navbar.html" . }}
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-10">
|
|
<div class="card">
|
|
<!-- <div class="card-header"> -->
|
|
<!-- <h3>{{ .Title }}<br> <small>{{ .Description }}</small></h3> -->
|
|
<!-- </div> -->
|
|
<div class="card-body bg-light">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Sidebar -->
|
|
<div class="col-md-2">
|
|
{{ template "chrome/menu.html" . }}
|
|
</div>
|
|
</div>
|
|
{{ template "chrome/footer.copyright.html" . }}
|
|
</div>
|
|
{{ template "chrome/footer.html" . }}
|