From 64690201e775849e150a411d3fa49284d7ac4e49 Mon Sep 17 00:00:00 2001
From: puru-khedre <101047627+puru-khedre@users.noreply.github.com>
Date: Fri, 7 Oct 2022 17:42:32 +0530
Subject: [PATCH] Update 100-marko.md (#2181)
add content on "marko" template engine node in Node.js roadmap
---
.../content/109-nodejs-template-engines/100-marko.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/100-marko.md b/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/100-marko.md
index f4b90300d..32cb434d3 100644
--- a/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/100-marko.md
+++ b/content/roadmaps/107-nodejs/content/109-nodejs-template-engines/100-marko.md
@@ -1 +1,6 @@
-# Marko
\ No newline at end of file
+# Marko
+
+Marko is a fast and lightweight HTML-based templating engine that compiles templates to CommonJS modules and supports streaming, async rendering, and custom tags. It is HTML re-imagined as a language for building dynamic and reactive user interfaces.
+
+Free Content
+Marko Documentation