--- 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