Show all products on my homepage -- Narrative theme

Hi–

Trying to display all my products on the homepage, but having no luck.
Used this code:


    {% tablerow product in collections.frontpage.products cols: 4 limit: 95 %}
        
            
        

**{{product.vendor}}**

            {{ product.title | truncate: 30 }}

            <small>{{ product.price | money }}{% if product.compare_at_price_max > product.price %} <del>{{ product.compare_at_price_max | money }}</del>{% endif %} USD</small>
        

    {% endtablerow %}
    <table>

        </table>

However, this shows up on my homepage:

Thanks in advance for help