{%- if meta is mapping and meta.get("description") %}
{% set description = meta.get("description") %}
{% else %}
{% set description = "djLint HTML template linter and formatter. Find common syntax errors, reformat to make your HTML templates shine! Supports django, jinja, nunjucks, twig, handlebars, mustache, golang, and more!" %}
{%- endif %}
<scripttype="application/ld+json">{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://djlint.com#website",
"url": "https://djlint.com",
"name": "djLint HTML template linter and formatter",
"description": "djLint HTML template linter and formatter. Find common syntax errors, reformat to make your HTML templates shine! Supports django, jinja, nunjucks, twig, handlebars, mustache, golang, and more!",