header_meta_tags

use header_meta_tags to render meta data for :

  • title

  • description

  • keywords

  • icon

  • google data structure

  • twitter card

  • facebook open graph

<head>
	 {{ header_meta_tags|raw }}
</head>
<body>
</body>

Last updated

Was this helpful?