go-micro.dev/v5@v5.12.0/cmd/micro/web/templates/log.html (about)

     1  {{define "content"}}
     2  <h2 class="text-2xl font-bold mb-4">Logs for {{.Service}}</h2>
     3  <pre class="bg-gray-100 rounded p-2 mt-2" style="max-height: 60vh; overflow-y: auto;">{{.Log}}</pre>
     4  <a href="/logs" class="micro-link">Back to logs</a>
     5  {{end}}