Files
my_website/views/helper-blocks.html
2025-11-21 17:36:29 +07:00

14 lines
379 B
HTML

{{ block "footer-contact" .}}
<a href="{{.Link}}"
target="_blank"
class="text-blue-600">
<span class="[&>svg]:h-{{.Height}} [&>svg]:w-{{.Width}}">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 512 512">
<path d="{{ .Path }}"/>
</svg>
</span>
</a>
{{ end }}