aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/web-development/backend/template-engines/ejs.md
blob: 5172791fffb82fa7d7d194e9fe3568ab7c4b9513 (plain)
1
2
3
4
5
6
7
8
9
---
title: ejs
description: Template engine for Node.js
weight: 2
---

ejs is a very easy to use and flexible template engine for Node.js. I love it because you can start writing ejs within minutes!

- Building a blog with ejs: [Video by Web Dev Simplified](https://www.youtube.com/watch?v=1NrHkjlWVhM)