Liquid
Liquid markup language. Safe, customer facing template language for flexible web apps. (by Shopify)
nunjucks
A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired) (by mozilla)
Liquid | nunjucks | |
---|---|---|
41 | 44 | |
11,103 | 8,580 | |
0.6% | 0.3% | |
6.6 | 0.0 | |
4 days ago | 4 months ago | |
Ruby | JavaScript | |
MIT License | BSD 2-clause "Simplified" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Liquid
Posts with mentions or reviews of Liquid.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-27.
-
Managing LLM prompts in DotNet with DotPrompt
You might notice that the prompt has template instructions in there. To create this we used the Fluid library which is based on the Liquid template language from Shopify. It's got some great features in it and helps to make the prompt generation pretty powerful.
-
Instantly preview rendered liquid template
Liquid is a template language created by shopify. In my use case I use it for generate html that is almost similar looking but differs in data. So when iterating over my HTML, I need to preview the changes I made combined with my data.
-
Eleventy vs. Next.js for static site generation
Inside the blog directory, create an index.liquid file. This will be our blog’s homepage. Eleventy provides a number of options when selecting a template engine. For this project, we’ll use Liquid.
- How to Express Logic "and", "Or", "Not"?
-
How To Choose the Best Static Site Generator and Deploy it to Kinsta for Free
Templating engine: SSGs rely on templating engines to define the structure of web pages. These engines enable developers to create reusable templates and incorporate dynamic content. Popular templating engines include Liquid, Handlebars, Mustache, EJS, ERB, HAML, and Slim.
-
Count tickets opened per organization based on a custom field (ticket type/category)
Assuming I understand the ask, I think my approach would be to have a trigger fire when a ticket's custom field is set to "add user to the application." That trigger would notify a webhook. That webhook would be set to the Organization API endpoint with a payload that uses liquid markup to add 1 to the existing Organization's value.
-
How easy is ruby to learn from zero experience coding
For example, their theme templates use Liquid, which is a html templating system for Ruby. Activemerchant also was released by Shopify, and it provides a interface to major payment providers like PayPal.
-
👀 Is anyone interested in reviewing my GitHub Pages and Docker training video?
In the meantime, Liquid v4.0.4 has been released, and allows building a Jekyll site with the latest Ruby.
-
Remove certain tags from follow up tickets?
Liquid docs - https://shopify.github.io/liquid/
-
Running Eleventy Serverless On AWS Lambda@Edge
Then, let’s create the simplest template for our static Eleventy page. We’ll write it using Liquid, but since it’s so simple, it won’t take advantage of any useful templating tags for now. Let’s call it index.liquid:
nunjucks
Posts with mentions or reviews of nunjucks.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-25.
-
How I extend my blog with gamified learning
I write and create my posts using markdown, this is then converted to html with 11ty engine. The layout of the page are decided by the metadata in the front matter section, 11ty the uses the layouts I have created using Nunjucks. This way I can add metadata and control how the page is rendered, I can inject sections and links.
- HackTheBox - Writeup Nunchucks [Retired]
- Show HN: Boxwood – simple templating engine for JavaScript, in JavaScript
-
How to Integrate Astro With ApostropheCMS pt. 1
In ApostropheCMS, templates are where code and content become web pages. Specifically, templates are written in normal HTML markup with special tags and are based on the Nunjucks template language. Thus, they are .html files placed in the /views subfolder of an ApostropheCMS module.
-
How to Build an Ecommerce Website with ApostropheCMS
This starter Kit has been created by Corllete in partnership with Apostrophe. From a technical point of view, the ecommerce project is based on several UI components. Each of them relies entirely on Tailwind CSS for styling, with no additional CSS files. These components are organized in macros and fragments coming from the default server-side template engine Nunjucks.
- Why to use htmlx if we can continue using Django templates
- Django templates in the frontend
-
Django Template Development
So there's Nunjucks, a frontend templating language inspired by jinja2, which itself is based on the Django template language. You could try that, and mock in data from JSON when required until you're ready to use real Django.
-
Does anyone kind of miss simpler webpages?
The linked one is my Rails implementation, written for ViewComponent. The official version uses Nunjucks.
-
What is the best framework for an existing node project that has html files?
The template engine is Nunjucks.
What are some alternatives?
When comparing Liquid and nunjucks you can also consider the following projects:
Mustache - Logic-less Ruby templates.
EJS - Embedded JavaScript templates -- http://ejs.co
React - The library for web and native user interfaces.
handlebars.js - Minimal templating on steroids.
Slim - Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic.
Jade - Pug – robust, elegant, feature rich template engine for Node.js
Haml - HTML Abstraction Markup Language - A Markup Haiku
mustache.js - Minimal templating with {{mustaches}} in JavaScript
hydrogen - Hydrogen lets you build faster headless storefronts in less time, on Shopify.
marko - A declarative, HTML-based language that makes building web apps fun
Hamlit - High Performance Haml Implementation
swig