Ajouter lecture de document par route html #48

Merged
vlbeaudoin merged 4 commits from feature/html-document-read into main 2023-04-26 18:36:11 -04:00
Showing only changes of commit de33317a8e - Show all commits

View file

@ -8,11 +8,11 @@
</head> </head>
<body> <body>
{{ template "header-html" }} {{ template "header-html" }}
<h2>Documentation</h2> <h1>Documentation</h1>
<p> <p>
{{ range . }} {{ range . }}
{{ $bucket_name := .Name }} {{ $bucket_name := .Name }}
<h3>{{ $bucket_name }}</h3> <h2>{{ $bucket_name }}</h2>
<ul> <ul>
{{ range .Documents }} {{ range .Documents }}