Revision 507e82d6eb95962b14d55af1f836c99c98ab8f6d authored by Luis GC on 06 July 2025, 17:59:33 UTC, committed by Luis GC on 06 July 2025, 17:59:33 UTC
1 parent bc90bd5
raw-video.html
<!-- raw html -->
<div class="{{ .Get "classes" }}">
<video controls>
<source src="{{ .Get "src" }}" type="{{ .Get "type" }}">
Your browser does not support the video tag.
</video>
<figcaption>
{{ .Get "title" }}
{{ with .Get "sourcelink"}}<br />Source: <a href="{{.}}"> {{ end }}
{{ .Get "source" }}
{{ if .Get "sourcelink"}}</a> {{ end }}
{{ if .Get "cc-license"}}
- <i><a href="https://creativecommons.org/licenses/{{.}}/4.0/">CC {{.}} License</a></i>
{{ else }}
- <i><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA License</a></i>
{{ end }}
</figcaption>
</div>

Computing file changes ...