1 2 3 4 5 6 7 {% extends "templates/layout" %} {% block content %} {% include 'components/molecules/search-header/search-header' with header only %} {% include 'components/organisms/listing-grid/listing-grid' with results only %} {% endblock %}
1 2 3 4 5 6 7
{% extends "templates/layout" %} {% block content %} {% include 'components/molecules/search-header/search-header' with header only %} {% include 'components/organisms/listing-grid/listing-grid' with results only %} {% endblock %}