Winter CMS resources and help articles

Simple and to the point. Optimized by the community.

Test if partial / component / content file exists before using it.

0
by mjauvin, last modified on August 2nd, 2023
{% if content("myContent") %}
  {% content "myContent" %}
{% else %}
  <other content here>
{% endif %}
{% if partial("myPartial") %}
  {% partial "myPartial" %}
{% else %}
  <other content here>
{% endif %}
{% if component("myComponent") %}
  {% component "myComponent" %}
{% else %}
  <other content here>
{{% endif %}

Discussion

0 comments

We use cookies to measure the performance of this website. Do you want to accept these cookies?