> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{{publiiHead}}} helper

- URL: https://getpublii.com/dev/publiihead-helper/
- Published: 2017-08-04T22:21:30.513Z
- Updated: 2024-02-08T11:47:57.088Z
- Description: Helper for creating output with Publii-related tags. Syntax: {{{publiiHead}}} Example output: <meta name="generator" content="Publii" /> Should be used in the <head> section of the website.
- Author: Tomasz Dziuda
- Tags: Helpers

Helper for creating output with Publii-related tags.

Syntax:

```handlebars
{{{publiiHead}}}
```

Example output:

```handlebars
<meta name="generator" content="Publii" />
```

Should be used in the `<head>` section of the website.

Remember to use triple brackets as this helper outputs HTML code.
