# Meta

{% hint style="danger" %}
**Please note:** This page is under construction and has not been finished yet.
{% endhint %}

Include meta tags in the html header.

```php
e107::meta($name, $content, $extended);
```

| Parameter | Type | Description |
| --------- | ---- | ----------- |
| name      | ...  | ..          |
| content   | ...  | ...         |
| extended  | ...  | ...         |

## Examples

```php
e107::meta('keywords','some words'); 
e107::meta('apple-mobile-web-app-capable','yes'); 
```

{% hint style="info" %}
TODO: add more examples
{% endhint %}
