-
Updated
Jan 9, 2021 - JavaScript
#
template-engine
Here are 1,259 public repositories matching this topic...
High performance JavaScript templating engine
Twig, the flexible, fast, and secure template language for PHP
-
Updated
Nov 3, 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
Aug 1, 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
May 1, 2021 - Java
Django-syntax like template-engine for Go
-
Updated
Oct 31, 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
Nov 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() }}
{% endbloc
A 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
Sep 23, 2021 - F#
Logic-less and semantic Mustache templates with Java
-
Updated
Oct 27, 2021 - Java
Template engine based on Microsoft's Razor parsing engine for .NET Core
-
Updated
Apr 27, 2021 - C#
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
Nov 1, 2021 - Java
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
Oct 23, 2021 - C++
A fast, Django inspired template system in Clojure.
-
Updated
Sep 1, 2021 - Clojure
A Template Engine for Modern C++
-
Updated
Oct 26, 2021 - C++
A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.
-
Updated
Oct 31, 2021 - TypeScript
andycnguyen
commented
Jun 22, 2021
Describe the bug
Calling .length
on string data in a template throws HandlebarsUndefinedBindingException
(or returns an empty string).
Expected behavior:
Calling .length
on string data outputs the length of that string, as it does in HandlebarsJS.
Test to reproduce
[Fact]
public void StringLength()
{
var handlebars = Handlebars.Create();
var rende
.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
Oct 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: