blob: b207ad18c0f9f0cdda35b08203efbe408522660c [file] [log] [blame]
<!--
Copyright 2020 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 "unit_docs"}}
<div class="UnitDocs">
<h2 class="UnitDocs-title">
<img height="25px" width="20px" src="/static/img/pkg-icon-docs_20x12.svg">Documentation
</h2>
{{if .Unit.Documentation }}
<div class="Documentation">
{{.Unit.Documentation.HTML}}
</div>
{{end}}
</div>
{{end}}