I did that but nothign appears.
See code below:
<html
class=âno-js{% if request.design_mode %} shopify-design-mode{% endif %}â
lang=â{{ request.locale.iso_code }}â
>
{% unless template contains âpyralit-ignitionâ %}
{% sections âheader-groupâ %}
{% endunless %}
{%- if settings.favicon != blank -%}
<link
rel=âiconâ
type=âimage/pngâ
href=â{{ settings.favicon | image_url: width: 32, height: 32 }}â
>
{%- endif -%}
{% comment %} This a way to wait for main content to load when navigating to a new page so that the view transitions can work consistently {% endcomment %}
<link
rel=âexpectâ
href=â#MainContentâ
blocking=ârenderâ
id=âview-transition-render-blockerâ
>
{%- render âmeta-tagsâ -%}
{%- render âstylesheetsâ -%}
{%- render âfontsâ -%}
{%- render âscriptsâ -%}
{%- render âtheme-styles-variablesâ -%}
{%- render âcolor-schemesâ -%}
{% if request.design_mode %}
{%- render âtheme-editorâ -%}
{% endif %}
{{ content_for_header }}
{% render âskip-to-content-linkâ, href: â#MainContentâ, text: âaccessibility.skip_to_textâ %}
{% sections âheader-groupâ %}
<main
id=âMainContentâ
class=âcontent-for-layoutâ
role=âmainâ
data-page-transition-enabled=â{{ settings.page_transition_enabled }}â
data-product-transition=â{{ settings.transition_to_main_product }}â
data-template=â{{ template }}â
>
{{ content_for_layout }}
{% sections âfooter-groupâ %}
{% unless template contains âpyralit-ignitionâ %}
{% sections âfooter-groupâ %}
{% endunless %}
{% render âsearch-modalâ %}
{% if settings.quick_add or settings.mobile_quick_add %}
{% render âquick-add-modalâ %}
{% endif %}