aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/web-development/backend/template-engines/_index.md
blob: 4b320db1011a5d10b980519fcb36bfecf7dcef03 (plain)
1
2
3
4
5
6
7
8
---
title: Template Engines
description: Used to build server-side rendered websites
weight: 2
---

A template engine lets you define HTML templates for your web application and populates the dynamic data on runtime.
It's good for websites where most of the content remains static. For example, blogs, etc