Skip to content

Latest commit

 

History

History
298 lines (254 loc) · 14.1 KB

template-engine.md

File metadata and controls

298 lines (254 loc) · 14.1 KB

Bookmarks tagged [template-engine]

https://palletsprojects.com/p/jinja/

Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.


https://gitlab.com/r-iendo/yarte

compile-time handlebars-like templates


https://github.com/lfairy/maud

compile-time HTML templates


https://github.com/Stebalien/horrorshow-rs

compile-time HTML templates


https://github.com/kaj/ructe

HTML template system for Rust


https://github.com/Keats/tera

template engine based on Jinja2 and the Django template language.


https://github.com/djc/askama

template rendering engine based on Jinja


https://github.com/rustache/rustache


https://github.com/tailhook/marafet

Compiler for Jade-like template language to cito.js-based virtual dom


https://github.com/yosssi/ace

Ace is an HTML template engine for Go, inspired by Slim and Jade. Ace is a refinement of Gold.


https://github.com/eknkc/amber

Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade.


https://github.com/dskinner/damsel

Markup language featuring html outlining via css-selectors, extensible via pkg html/template and others.


https://github.com/benbjohnson/ego

Lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled.


https://github.com/dannyvankooten/extemplate

Tiny wrapper around html/template to allow for easy file-based template inheritance.


https://github.com/valyala/fasttemplate

Simple and fast template engine. Substitutes template placeholders up to 10x faster than text/template.


https://github.com/jung-kurt/gofpdf

PDF document generator with high level support for text, drawing and images.


https://github.com/foolin/goview

Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application.


https://github.com/shiyanhui/hero

Hero is a handy, fast and powerful go template engine.


https://github.com/CloudyKit/jet

Jet template engine.


https://github.com/ziutek/kasia.go

Templating system for HTML and other text documents - go implementation.


https://github.com/osteele/liquid

Go implementation of Shopify Liquid templates.


https://github.com/hoisie/mustache

Go implementation of the Mustache template language.


https://github.com/flosch/pongo2

Django-like template-engine for Go.


https://github.com/valyala/quicktemplate

Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it.


https://github.com/aymerick/raymond

Complete handlebars implementation in Go.


https://github.com/sipin/gorazor

Razor view engine for Golang.


https://github.com/robfig/soy

Closure templates (aka Soy templates) for Go, following the official spec.


https://github.com/gobuffalo/velvet

Complete handlebars implementation in Go.


https://github.com/zendesk/curly

A template language that completely separates structure and logic.


https://github.com/haml/haml

HTML Abstraction Markup Language.


https://github.com/Shopify/liquid

Safe, customer facing template language for flexible web apps.


https://github.com/mustache/mustache

Logic-less Ruby templates.


https://github.com/slim-template/slim

A template language whose goal is reduce the syntax to the essential parts without becoming cryptic.


https://github.com/rtomayko/tilt

Generic interface to multiple Ruby template engines.


https://github.com/pallets/jinja

A modern and designer friendly templating language.


https://genshi.edgewall.org/

Python templating toolkit for generation of web-aware output.


http://www.makotemplates.org/

Hyperfast and lightweight templating for the Python platform.


https://jknack.github.io/handlebars.java

Logicless and semantic Mustache templates.


https://github.com/neuland/jade4j

Implementation of Pug (formerly known as Jade).


http://jtwig.org

Modular, configurable and fully tested template engine.


http://www.mitchellbosecke.com/pebble/home

Inspired by Twig and separates itself with its inheritance feature and its easy-to-read syntax. It ships with built-in autoescaping for security and it includes integrated support for internationaliza...


http://www.thymeleaf.org

Aims to be a substitute for JSP and works for XML files.


https://github.com/fizzed/rocker

Optimized, memory efficient and speedy template engine producing statically typed, plain objects.