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

3 repos

Awesome GitHub RepositoriesTemplate Engines

Libraries that process templates to generate dynamic web content on the server or client.

Explore 3 awesome GitHub repositories matching web development · Template Engines. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Rendering and Templating
  4. Template Engines

Awesome Template Engines GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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
  • sindresorhus/awesome-nodejs

    sindresorhus/awesome-nodejs

    65,038GitHubView on GitHub↗

    This project is a community-driven directory that aggregates essential software projects and educational content for the Node.js ecosystem. It functions as a centralized knowledge base and discovery index, designed to simplify the navigation of a fragmented technical landscape by providing a structured collection of hi

    awesomeawesome-listjavascript
  • 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

Explore sub-tags

  • Server-Side Rendering EnginesEngines that generate dynamic HTML web responses by mapping data objects onto file-based templates.
  • Template Engine AbstractionsInterfaces that allow multiple template engines to be used interchangeably via file extension mapping.