{% assign icon = include.icon | default: "mood-sad" %}
{% if include.illustration %} {% assign illustration = include.illustration | default: 'boy-girl.svg' %}
{% include ui/illustration.html image=illustration height="256" %}
{% elsif include.icon-text %}
{{ include.icon-text }}
{% else %}
{% include ui/icon.html icon=icon %}
{% endif %}

{{ include.title | default: "No results found" }}

{{ include.subtitle | default: "Try adjusting your search or filter to find what you're looking for." }}

{% assign button-text = include.button-text | default: "Search again" %} {% assign button-icon = include.button-icon | default: "search" %} {% include ui/button.html text=button-text color="primary" icon=button-icon href="." %}