# Include

I include a template into the current template

## Component Signature

```
<bx:Include template=[string]
externalOnly=[boolean] />
```

### Attributes

| Atrribute      | Type      | Required | Description | Default |
| -------------- | --------- | -------- | ----------- | ------- |
| `template`     | `string`  | `true`   |             |         |
| `externalOnly` | `boolean` | `false`  |             | `false` |

## Examples

### Tag Syntax

```java
<bx:include template="mypage.bxm">
```
