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

# template

> Disables the content validator for an abstract model.

**Used on abstract models**. Disables the content validator. This is useful because abstract models are logical constructs that aren't tied to data.

Refer to this [community article](https://community.omni.co/t/how-can-i-share-logic-across-multiple-models-hub-and-spoke/150) for more information.

## Syntax

```yaml theme={null}
template: true/false
```

## Properties

<ParamField path="template" type="boolean" default="false">
  When set to `true`, disables the content validator for abstract models that are logical constructs not tied to data.
</ParamField>

## Examples

```yaml theme={null}
template: true
```
