← back to Dw Theme Boost Fix
sections/404.liquid
16 lines
<h1 class="page-title">
{{ 'general.404.header' | t }}
</h1>
{% render 'breadcrumbs' %}
<div class="four-oh-four rte">
{% capture searchLink %}
<a href="{{ routes.search_url }}">{{ 'general.404.search_link' | t }}</a>
{% endcapture %}
{% capture collectionLink %}
<a href="{{ routes.all_products_collection_url }}">{{ 'general.404.collection_link' | t }}</a>
{% endcapture %}
<p>{{ 'general.404.message_html' | t: search_link: searchLink, collection_link: collectionLink }}</p>
</div>