> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evidence.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Else

> If prior conditional blocks do not pass, the contents of the else block are rendered.

```liquid theme={null}
{% if data="demo.daily_orders" %}
	If Content
{% /if %}
{% else %}
	Else Content
{% /else %}
```

## Examples

### Basic Usage

```liquid theme={null}
{% if data="demo.daily_orders" %}
	If Content
{% /if %}
{% else %}
	Else Content
{% /else %}
```

## Attributes

This component has no attributes.
