This repository has been archived on 2021-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
rdelaage.ovh/layouts/index.html

9 lines
155 B
HTML

{{ define "main" }}
<section>
<div class="logo">
{{readFile "static/img/animated.svg" | safeHTML}}
</div>
{{- .Content -}}
</section>
{{ end }}