--- title: "Eleventy" description: "Add Pulse analytics to your Eleventy (11ty) site. Template-based integration." category: "ssg" brandColor: "#222222" officialUrl: "https://www.11ty.dev/docs" relatedIds: ["hugo", "jekyll", "astro"] date: "2026-03-28" --- Add the Pulse script to your base Nunjucks or Liquid layout. --- ## Add to your base layout Place the Pulse script inside the `` of your shared base template. ```html filename="src/_includes/base.njk" {{ title }} {{ content | safe }} ``` For more details, see the [Eleventy layouts docs](https://www.11ty.dev/docs/layouts/).