yarte
Template engine
A Rust template engine with a Handlebars-like syntax for creating dynamic web pages.
Yarte stands for Yet Another Rusty Template Engine
280 stars
10 watching
15 forks
Language: Rust
last commit: 4 months ago
Linked from 1 awesome list
handlebarsrusttemplate-engine
Related projects:
Repository | Description | Stars |
---|---|---|
lambda-fairy/maud | A macro-based Rust template engine for generating specialized code from HTML templates | 2,134 |
replicadse/complate | A general-purpose text templating tool for automation and interactive user input | 39 |
jdrouet/mrml | An implementation of a markup language used to define HTML templates with nested includes and variables | 355 |
kaj/ructe | A Rust-based template engine that compiles HTML templates into executable Rust code. | 454 |
rustache/rustache | A Rust implementation of the Mustache templating engine spec | 210 |
zendesk/curly | A Ruby-based template language that separates logic from HTML structure | 593 |
lets-blade/blade-template-engines | A collection of template engines designed to be used with Java-based web frameworks. | 8 |
jknack/handlebars.java | A Java implementation of Handlebars templates with logic-less and semantic template engines. | 1,474 |
casid/jte | A template engine that allows developers to write secure and speedy HTML templates in Java or Kotlin with features like context-sensitive escaping and hot reloading. | 841 |
sunng87/handlebars-rust | A Rust implementation of the Handlebars templating language | 1,294 |
akdubya/dustjs | An asynchronous template engine for generating dynamic web content in browsers and Node.js | 1,442 |
insagenda/yew-template | A Rust crate to separate HTML from Rust code when using Yew | 39 |
scalate/scalate | Provides a flexible template engine for generating dynamic content in web applications using various markup languages. | 606 |
sunng87/handlebars-iron | Middleware for rendering HTML templates with data using the Handlebars template engine in an Iron web framework. | 119 |
stebalien/horrorshow-rs | A macro-based HTML templating library for Rust | 324 |