This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

moto_4853886
moto_4853886

I need to display this: {% partial "home-bg" %} a partial only on the home page URL: /

Not sure how to do this in October.

Thanks.

Shahiem
Shahiem

Something like this

{% if this.page.id == 'home' %}
                {% partial "template/slider.htm" %}
{% else %}
moto_4853886
moto_4853886

Thanks mate that works great.

Shahiem
Shahiem

No problem :)

1-4 of 4

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.