COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220206123309/https://github.com/topics/templating-engine
Here are
75 public repositories
matching this topic...
A fast, powerful, safe and lightweight scripting language and engine for .NET
Node.js templating engine with fresh air
Updated
Jan 28, 2022
TypeScript
Updated
May 12, 2015
JavaScript
🔧 A simple, lightweight tool for composable HTML rendering in Node.js, based on web components.
Updated
Nov 16, 2016
JavaScript
Cross platform C/C++ library with C#, Java, Python, Progress 4GL wrappers and command line tools for generating Microsoft Word .DOCX (OpenXML) files
A fast and lightweight template engine for .NET.
A templating language in Swift
Updated
Nov 27, 2021
Swift
ulkajs is a static site genrator that helps to create static sites from ulka and markdown files.
Updated
Jan 22, 2022
JavaScript
Create Bootstrap 4 web pages using purely Python.
Updated
Nov 17, 2019
Python
Enable Laravel Blade Template Engine for Kirby 3
DinoPHP is a web application framework
This is a sample project that shows how to do server-side rendering using Spring Boot and React JS
Updated
Aug 10, 2021
Java
JinjaFx - Jinja2 Templating Tool
Updated
Jan 21, 2022
Python
Cross-platform Templating Engine for Quickly and Easily Creating Static Web-Based Documentation Projects in HTML and Markdown.
Python 3 tools for creating markup documents.
Updated
Oct 23, 2021
Python
Google App Script Templater to create documents and spreadsheets with simple JSON
Updated
Dec 12, 2017
JavaScript
A curated list of amazingly awesome Twig extensions, snippets and tutorials
Generate static websites using Lua.
Java Template Engine with the power of JavaScript
Updated
Jul 13, 2021
Java
A native PHP template engine: One class to rule them all ;-)
HTML element implementations based on markyp
Updated
Nov 17, 2019
Python
ulka-parser is a templating engine built for ulka static site generator.
Updated
Sep 22, 2021
JavaScript
🐄 A HTML templator with angular like syntax. Generating HTML through means that are not efficient, or safe. Only really good for shady static site generation.
Updated
Oct 19, 2021
TypeScript
Simple html template system written in Kotlin.
Updated
Oct 4, 2017
Kotlin
Use Laravel Blade in any PHP project with minimal footprints.
Improve this page
Add a description, image, and links to the
templating-engine
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
templating-engine
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I'd like to be able to use ramhorns with arbitrary data supplied via JSON. From what I can tell,
serde_json::Valuefits 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::Contenttrait?