All Projects → scalate → Scalate

scalate / Scalate

Licence: apache-2.0
Scalate is a Scala based template engine which supports HAML, Mustache and JSP, Erb and Velocity style syntaxes.

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Scalate

Http Rpc
Lightweight REST for Java
Stars: ✭ 298 (-47.72%)
Mutual labels:  template-engine
Squirrelly
Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ⛺
Stars: ✭ 359 (-37.02%)
Mutual labels:  template-engine
Fenom
Template Engine for PHP
Stars: ✭ 426 (-25.26%)
Mutual labels:  template-engine
Rivets
Lightweight and powerful data binding.
Stars: ✭ 3,221 (+465.09%)
Mutual labels:  template-engine
Thymeleaf Spring
Thymeleaf integration module for Spring
Stars: ✭ 349 (-38.77%)
Mutual labels:  template-engine
Spring Comparing Template Engines
Demo project to show different Java templating engines in combination with Spring MVC
Stars: ✭ 377 (-33.86%)
Mutual labels:  template-engine
Docpad
Empower your website frontends with layouts, meta-data, pre-processors (markdown, jade, coffeescript, etc.), partials, skeletons, file watching, querying, and an amazing plugin system. DocPad will streamline your web development process allowing you to craft powerful static sites quicker than ever before.
Stars: ✭ 3,035 (+432.46%)
Mutual labels:  template-engine
Grmustache.swift
Flexible Mustache templates for Swift
Stars: ✭ 538 (-5.61%)
Mutual labels:  template-engine
Jetbrick Template 2x
Template Engine for Java
Stars: ✭ 351 (-38.42%)
Mutual labels:  template-engine
Microwebsrv
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Stars: ✭ 420 (-26.32%)
Mutual labels:  template-engine
Slime
Minimalistic HTML templates for Elixir, inspired by Slim.
Stars: ✭ 315 (-44.74%)
Mutual labels:  template-engine
Pug
Pug template engine for PHP
Stars: ✭ 341 (-40.18%)
Mutual labels:  template-engine
Ef.js
The timeless, future facing front-end framework
Stars: ✭ 385 (-32.46%)
Mutual labels:  template-engine
Email Templates
📫 Create, preview, and send custom email templates for Node.js. Highly configurable and supports automatic inline CSS, stylesheets, embedded images and fonts, and much more!
Stars: ✭ 3,291 (+477.37%)
Mutual labels:  template-engine
Carbone
Fast and simple report generator, from JSON to pdf, xslx, docx, odt...
Stars: ✭ 487 (-14.56%)
Mutual labels:  template-engine
Microwebsrv2
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
Stars: ✭ 295 (-48.25%)
Mutual labels:  template-engine
Markupsafe
Safely add untrusted strings to HTML/XML markup.
Stars: ✭ 367 (-35.61%)
Mutual labels:  template-engine
Blade
🔪 A standalone version of Laravel's Blade templating engine for use outside of Laravel.
Stars: ✭ 542 (-4.91%)
Mutual labels:  template-engine
Twirl
Twirl is Play's default template engine
Stars: ✭ 498 (-12.63%)
Mutual labels:  template-engine
Bladeone
The standalone version Blade Template Engine without Laravel in a single php file and without dependencies
Stars: ✭ 411 (-27.89%)
Mutual labels:  template-engine

Scalate

build Maven Central

Scalate is a Scala based template engine which supports HAML, Mustache and JSP, Erb and Velocity style syntaxes.

The following template languages are supported:

  • Mustache: is a Mustache template language for Java/Scala
  • Jade: The Jade style of Haml/Scaml template language
  • Scaml: Provides Haml style template language
  • Ssp: Provides a JSP, Erb and Velocity style template language

In Scaml and SSP all expressions are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your pages. Mustache uses dynamic typing and reflection; a trade off of hiding code and logic from inside the templates.

Building

To build Scalate from the source please see the building instructions

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].