--- layout: base.html hook: "component-library" --- {% include "partials/docs-header.html" %} {% from 'components/hero.macro.html' import hero %} {{ hero({ title: "ESLint Docs Components", supporting_text: "Components used across this site." }) }}

{{ title }}

{{ content | safe }}
{% include "partials/site-footer.html" %}