{%- comment -%} Items de cabecera (excepto el ícono de hamburguesa) @param :logo_src [String] La imagen del logo @param :logo_alt [String] El alt del logo @param :btn_src [String] La imagen del botón @param :btn_href [String] El link del botón @param :btn_alt [String] El alt del botón {%- endcomment -%} {% include image_with_link.html src=include.logo_src href="?#" alt=include.logo_alt height=90 img_class="w-221px w-md-auto max-h-90px" %} {% include btn_header.html src=include.btn_src href=include.btn_href alt=include.btn_alt height=90 img_class="max-h-90px" %}