2024-08-01 20:10:19 +02:00

7 lines
158 B
HTML

<p>
{{ with resources.GetMatch "logo.*" }}
<span class="image fit">
<img src="{{ .Permalink }}" width="300" height="300" alt="Bar Filipo">
</span>
{{ end }}