2025-11-16 13:19:56 +00:00
|
|
|
{{define "print-friendly-button"}}
|
|
|
|
|
<!-- Print-Friendly Button (Fixed Left) -->
|
|
|
|
|
<button
|
|
|
|
|
id="print-friendly-button"
|
|
|
|
|
class="fixed-btn print-friendly-btn no-print"
|
|
|
|
|
aria-label="{{if eq .Lang "es"}}Imprimir CV{{else}}Print CV{{end}}"
|
|
|
|
|
title="{{if eq .Lang "es"}}Imprimir CV{{else}}Print CV{{end}}"
|
|
|
|
|
onclick="window.print()"
|
2025-11-16 14:03:22 +00:00
|
|
|
_="on mouseenter call syncPrintHover(true)
|
|
|
|
|
on mouseleave call syncPrintHover(false)">
|
2025-11-16 13:19:56 +00:00
|
|
|
<iconify-icon icon="mdi:leaf" width="28" height="28"></iconify-icon>
|
|
|
|
|
</button>
|
|
|
|
|
{{end}}
|