| <!-- | |
| Copyright 2019 The Go Authors. All rights reserved. | |
| Use of this source code is governed by a BSD-style | |
| license that can be found in the LICENSE file. | |
| --> | |
| {{define "details_content"}} | |
| {{if .Packages}} | |
| {{template "directories" .Packages}} | |
| {{else}} | |
| {{template "empty_content" "There are no packages in this directory!"}} | |
| {{end}} | |
| {{end}} |