mirror of https://github.com/pulumi/pulumi.git
13 lines
341 B
Cheetah
13 lines
341 B
Cheetah
{{ define "package_details" }}
|
|
<h3>Package Details</h3>
|
|
<dl class="package-details">
|
|
<dt>Repository</dt>
|
|
<dd><a href="{{ htmlSafe .Repository }}">{{ htmlSafe .Repository }}</a></dd>
|
|
<dt>License</dt>
|
|
<dd>{{ htmlSafe .License }}</dd>
|
|
{{ if ne .Notes "" -}}
|
|
<dt>Notes</dt>
|
|
<dd>{{ htmlSafe .Notes }}</dd>
|
|
{{- end }}
|
|
</dl>
|
|
{{ end }} |