-
Updated
Jan 9, 2021 - JavaScript
#
template-engine
Here are 1,279 public repositories matching this topic...
High performance JavaScript templating engine
Twig, the flexible, fast, and secure template language for PHP
-
Updated
Dec 17, 2021 - PHP
nodejs
css
template
node
template-engine
mandrill
custom
responsive
email
inline-css
juice
templates
pug
inline
mailchimp
postmark
ejs
sendgrid
nodemailer
webresource
-
Updated
Aug 17, 2021 - JavaScript
Lightweight and powerful data binding.
-
Updated
Apr 6, 2020 - JavaScript
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.
-
Updated
Dec 19, 2021 - CoffeeScript
A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
php
template-engine
html-template
datamapper
php-template
route-handler
database-engine
sql-engine
sql-mapper
cache-engine
-
Updated
Aug 24, 2021 - PHP
Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template
-
Updated
Sep 15, 2021 - Go
Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
-
Updated
Dec 20, 2021 - Java
Django-syntax like template-engine for Go
-
Updated
Dec 10, 2021 - Go
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.
-
Updated
Dec 1, 2021 - C#
Open
Inheritance breaks macro imports with "Macro namespace `macros` was not found in template `parent`"
7
nabijaczleweli
commented
Jul 8, 2020
Tested on 5dc12afc4e0e506183898fc56d3bdc9ce6a0b6d7 (current HEAD) and 1.3.1 off Crates.io.
Given the following setup:
{# parent #}
{% block henlo %}
henlo
{% endblock %}
{# macro #}
{% macro benlo() %}
trenlo
{% endmacro benlo %}
{# child #}
{% extends "parent" %}
{% import "macro" as macros %}
{% block henlo %}
{{ super() }}
menlo
{{ macros::benlo() }}
{% endblocA native functional ASP.NET Core web framework for F# developers.
middleware
template-engine
fsharp
dotnet
micro-framework
web-framework
dotnet-core
aspnet-core
model-view-presenter
http-handler
giraffe
dotliquid
-
Updated
Nov 16, 2021 - F#
Logic-less and semantic Mustache templates with Java
-
Updated
Dec 17, 2021 - Java
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
java
graphql
json
template-engine
intellij
metaprogramming
preprocessor
android-studio
extension-methods
duck-typing
type-providers
manifold
graphql-java
structural-typing
reflection-framework
java-development
js-java-interoperability
manifold-systems
java-tooling
-
Updated
Dec 13, 2021 - Java
Template engine based on Microsoft's Razor parsing engine for .NET Core
-
Updated
Dec 10, 2021 - C#
A simple and fast JSON API template engine for Ruby on Rails
-
Updated
Aug 8, 2021 - Ruby
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
mysql
redis
json
template-engine
orm
mongodb
cpp
xml
webserver
websocket
postgresql
cbor
webframework
ormapping
-
Updated
Dec 22, 2021 - C++
A fast, Django inspired template system in Clojure.
-
Updated
Dec 16, 2021 - Clojure
A Template Engine for Modern C++
-
Updated
Nov 17, 2021 - C++
A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.
-
Updated
Dec 19, 2021 - TypeScript
zjklee
commented
Dec 20, 2021
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
.dom is a tiny (512 byte) template engine that uses virtual DOM and some of react principles
-
Updated
Sep 23, 2021 - JavaScript
Rust templating with Handlebars
-
Updated
Dec 6, 2021 - Rust
Improve this page
Add a description, image, and links to the template-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the template-engine topic, visit your repo's landing page and select "manage topics."


Environment
Description
When I tried to upload a file, an
java.lang.UnsupportedOperationException: direct buffer raised, so that the upload operation cannot be done. The full exception stack is as follows: