CARVIEW |
Select Language
HTTP/2 200
access-control-allow-origin: *
age: 0
cache-control: public, max-age=0, must-revalidate
content-disposition: inline; filename="languages"
content-encoding: gzip
content-type: text/html; charset=utf-8
date: Sat, 11 Oct 2025 23:36:48 GMT
etag: W/"9c67f75c39f995aa7a7baf885068a51d"
last-modified: Sat, 11 Oct 2025 23:36:48 GMT
server: Vercel
strict-transport-security: max-age=63072000
x-vercel-cache: HIT
x-vercel-id: bom1::c2kmm-1760225808676-1c1c7a970ea3
Template Languages — Eleventy
- Stable
3.1.2
- Canary
4.0.0-alpha.4
- Guide
Guide
- Plugins
- Services
Template Languages
Eleventy’s super power is that it is built on an extensible architecture that can work with one or more template syntaxes in the same project.
- HTML
*.html
- Markdown
*.md
- WebC
*.webc
- JavaScript
*.11ty.js
- Liquid
*.liquid
- Nunjucks
*.njk
- Handlebars
*.hbs
- Mustache
*.mustache
- EJS
*.ejs
- Haml
*.haml
- Pug
*.pug
- TypeScript
*.ts
- JSX
*.jsx
- MDX
*.mdx
- Sass
*.scss
- Custom
*.*
- HTML
- Markdown
- JavaScript
- Custom
- WebC
- Nunjucks
- Liquid
- Handlebars
- Mustache
- EJS
- HAML
- Pug
- Sass
- Virtual Templates: Create a template or layout that only lives in your configuration file.
- Overriding Languages
These template types require plugin installation.