{% extends "!layout.html" %} {%- block htmltitle %} {{ docstitle|e }}{{ title|striptags|e }} {%- endblock %} {%- if pageurl %} {% set pageurl = pageurl| replace("index.html","")| replace(".html","/") %} {%- endif %} {%- block extrahead %} {{ super() }} {%- 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 %} {% endblock %}