Revision 17236a8d3e54bc9d02a9831973045bb9df593ddc authored by Luis GC on 06 July 2025, 18:33:33 UTC, committed by Luis GC on 06 July 2025, 18:33:33 UTC
1 parent 507e82d
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 ...