Unifier templates html
This commit is contained in:
parent
25f8669c29
commit
de33317a8e
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
</head>
|
||||
<body>
|
||||
{{ template "header-html" }}
|
||||
<h2>Documentation</h2>
|
||||
<h1>Documentation</h1>
|
||||
<p>
|
||||
{{ range . }}
|
||||
{{ $bucket_name := .Name }}
|
||||
<h3>{{ $bucket_name }}</h3>
|
||||
<h2>{{ $bucket_name }}</h2>
|
||||
|
||||
<ul>
|
||||
{{ range .Documents }}
|
||||
|
|
Loading…
Reference in a new issue