-
Updated
Feb 6, 2022 - C#
#
mustache
Here are 517 public repositories matching this topic...
A fast, powerful, safe and lightweight scripting language and engine for .NET
SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)
-
Updated
Feb 5, 2022 - JavaScript
Synopse mORMot ORM/SOA/MVC framework
mysql
delphi
pascal
orm
mvc
mustache
postgresql
oracle
opensource-library
soa
webapp
fpc
sqlite3
crypto-library
pdf-generation
mongodb-driver
compression-library
spidermonkey-engine
mormot
delphinuspackage
-
Updated
Feb 3, 2022 - Pascal
An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ),
-
Updated
Dec 1, 2021 - PHP
Mikado is the webs fastest template library for building user interfaces.
template
virtual-dom
reactive
template-engine
high-performance
mustache
templates
templating
handlebars
observable
mustache-templates
handlebars-template
rendering-engine
next-generation
mustache-templating
template-library
-
Updated
Nov 26, 2021 - JavaScript
Fullest Handlebars.js templating support for Atom and Sublime Text 2 / 3. Also drives syntax colouring on Github and in Visual Studio Code. Install from: https://atom.io/packages/Handlebars and https://packagecontrol.io/packages/Handlebars.
atom
syntax-highlighting
html
template
mustache
sublime-text
handlebars
visual-studio-code
html-tags
-
Updated
Aug 6, 2020 - HTML
Trimmed down {{mustache}} templates in .NET
-
Updated
Apr 20, 2021 - C#
Tools which allow developers to create and consume reusable templates called bricks.
dart
cli
template
command-line
mustache
templates
templating
mustache-templates
command-line-tool
flutter
bricks
mustache-templating
mason
template-generator
dart-package
-
Updated
Feb 4, 2022 - Dart
Multi-purpose static web site generator aimed at developers.
-
Updated
Mar 19, 2021 - Python
-
Updated
Jan 15, 2022 - TypeScript
gluebert.js is a tiny helper lazy loading DOM Elements, StyleSheets and JavaScript files using dynamic import and code splitting
twig
mustache
handlebars
mutationobserver
observable-streams
lazy-loading
critical-css
dynamic-import
intersectionobserver
-
Updated
Jul 23, 2018 - JavaScript
digitalsanctum
commented
Mar 14, 2021
I'd like to be able to use ramhorns with arbitrary data supplied via JSON. From what I can tell, serde_json::Value
fits the requirement for doing this but ramhorns uses a derive trait which won't work with serde_json::Value because it's an enum.
Is there a workaround or an easier way to accomplish using arbitrary data with ramhorns that doesn't require using the ramhorns::Content
trait?
Milk is Mustache in CoffeeScript -- great with your browser or NodeJS!
-
Updated
Dec 12, 2016 - CoffeeScript
A set of services and tools for sending emails in a Spring Boot 1.5.x application using a Template Engine
redis
template-engine
spring-boot
thymeleaf
mustache
pebble
email-sender
freemarker
java-8
email-template
-
Updated
Nov 9, 2018 - Java
Binary pattern match Based Mustache template engine for Erlang/OTP.
-
Updated
Jan 13, 2022 - Erlang
Using the data from your API, generate the HTML on the fly! Server-side rendering of the mustache templates
api
microservices
template-engine
mustache
mustache-templates
server-side-rendering
html-builder
mustache-implementations
-
Updated
Apr 10, 2019 - Go
Project templates in rust
-
Updated
Jan 29, 2022 - Rust
Sawmill is a JSON transformation Java library
-
Updated
Jan 31, 2022 - Java
[READ ONLY] An universal rendering interface for different template engines. Subtree split of Windwalker Framework
-
Updated
Feb 5, 2022 - PHP
full-stack java file server with no limitation for files uploads and downloads: spring-boot + Gradle Kotlin DSL, Gradle buildSrc, postgres / h2, apache fileUpload, lombok, mustache, docker, jgiven, powermock, gradle, CI, bootstrap 4, bootstrap-filelinput, webjars, maven github-release-plugin, nginx, haproxy, reverse-proxy
docker
nginx
postgres
streaming
spring
spring-boot
gradle
docker-compose
spring-data
mustache
lombok
reverse-proxy
haproxy
jacoco
spring-mvc
spring-data-jpa
jgiven
gradle-kotlin-dsl
github-release-plugin
spotbugs-gradle-plugin
-
Updated
Aug 16, 2021 - Java
mustache.js logic-less templates in OCaml
-
Updated
Jan 20, 2021 - OCaml
Improve this page
Add a description, image, and links to the mustache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mustache topic, visit your repo's landing page and select "manage topics."
Discussed in Handlebars-Net/Handlebars.Net#450
Originally posted by nooelan May 10, 2021
My model contains data that are multi-dimensional, and my first attempt was to implement this as a regular C# multidimensional array similar to this:
object[,] matrix3x3 = new object[3,3];
When trying to access th