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
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
Something like this
{% if this.page.id == 'home' %}
{% partial "template/slider.htm" %}
{% else %}
1-4 of 4