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.