Unifier templates html

This commit is contained in:
Victor Lacasse-Beaudoin 2023-04-26 18:35:17 -04:00
parent 25f8669c29
commit de33317a8e

View file

@ -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 }}