RazorLight
Template engine
Template engine for .NET Core that allows building templates from various sources and rendering them with excellent performance
Template engine based on Microsoft's Razor parsing engine for .NET Core
2k stars
61 watching
259 forks
Language: C#
last commit: 7 months ago
Linked from 4 awesome lists
dotnet-corenetcorerazorrazor-parsing-enginerazorenginerazorengine-alternativetemplate-engine
Related projects:
Repository | Description | Stars |
---|---|---|
antaris/razorengine | A templating engine built on Microsoft's Razor parsing engine, allowing developers to use Razor syntax to build dynamic templates | 2,141 |
handlebars-net/handlebars.net | A .NET Handlebars template engine that compiles templates directly to IL bytecode and mimics the JS library's API. | 1,282 |
zendesk/curly | A Ruby-based template language that separates logic from HTML structure | 593 |
jpvenson/morestachio | A lightweight templating engine for fast and safe text rendering. | 51 |
lambda-fairy/maud | A macro-based Rust template engine for generating specialized code from HTML templates | 2,162 |
zzau13/yarte | A Rust template engine with a Handlebars-like syntax for creating dynamic web pages. | 280 |
hungrybluedev/whisker | A fast and powerful template engine for the V programming language. | 39 |
lets-blade/blade-template-engines | A collection of template engines designed to be used with Java-based web frameworks. | 8 |
tdammers/ginger | A Haskell implementation of the Jinja template language | 77 |
chrismccord/phoenix_haml | A template engine for building Haml-based web applications with Phoenix | 157 |
enthus1ast/nimja | A high-performance template engine for Nim that combines compile-time evaluation with a statically typed syntax. | 186 |
marcodpt/tint | A template engine that compiles natural HTML templates into hyperscript functions | 8 |
eudoxia0/eco | A template engine for Common Lisp that generates HTML with performance and flexibility in mind. | 39 |
playframework/twirl | A template engine for building web applications using the Scala programming language. | 552 |