awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Template Engines · Awesome GitHub Repositories

7 repos

Awesome GitHub RepositoriesTemplate Engines

Tools that generate dynamic content by binding data to markup and applying transformations through templating languages.

Explore 7 awesome GitHub repositories matching user interface & experience · Template Engines. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Rendering and Layout Engines
  4. Presentation Engines
  5. Template Engines

Awesome Template Engines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • pallets/flask

    pallets/flask

    71,240GitHubView on GitHub↗

    Flask is a micro web framework designed for building web services with a flexible, lightweight structure. It functions as a standard-compliant WSGI application server, providing the essential tools required to register URL routes, handle incoming HTTP requests, and construct responses. By utilizing a central applicatio

    Pythonflaskjinjapallets
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces

    JavaScriptexpressjavascriptnodejs
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript
  • rails/rails

    rails/rails

    58,297GitHubView on GitHub↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side temp

    Rubyactivejobactiverecordframework
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript
  • TryGhost/Ghost

    TryGhost/Ghost

    51,857GitHubView on GitHub↗

    Ghost is an open-source publishing platform and headless content management system designed for professional publishers. It provides a decoupled architecture that separates the content management backend from the front-end delivery layer, allowing users to manage editorial workflows and site data through structured web

    JavaScriptbloggingcmsghost
  • jekyll/jekyll

    jekyll/jekyll

    51,449GitHubView on GitHub↗

    Jekyll is a static site generator that transforms plain text files and markup into complete, deployable websites. It functions as a content management engine and blog-aware publishing platform, orchestrating a multi-stage build process that organizes structured data and source files into a consistent site architecture.

    Rubyblog-enginejekyllliquid

Explore sub-tags

  • Client-Side Template RenderingRendering dynamic markup directly in the browser using data-bound templates.
  • Configuration and Integration1 sub-tagFocuses on the architectural setup of engines, including global variable management, file extension mapping, and component reuse.
  • Control Flow Directives3 sub-tagsFocuses on the logic layer of templates, specifically handling iteration, conditional rendering, and complex expression evaluation.
Custom Theme Building
Frameworks for creating reusable website layouts using templating languages.
  • Data Binding Syntax2 sub-tagsFocuses on the specific syntax and mechanisms used to inject, interpolate, and bind dynamic data variables into template markup.
  • Liquid Template EnginesProcessors specifically designed to parse and execute Liquid markup language for dynamic content generation.
  • Server-Side Rendering Engines4 sub-tagsFocuses on engines optimized for generating full HTML responses or email content on the server, distinct from client-side execution.