Liquid
Liquid markup language. Safe, customer facing template language for flexible web apps. (by Shopify)
Hamlit
High Performance Haml Implementation (by k0kubun)
Liquid | Hamlit | |
---|---|---|
45 | 1 | |
11,378 | 982 | |
0.5% | 0.2% | |
9.0 | 4.7 | |
5 days ago | almost 2 years ago | |
Ruby | Ruby | |
MIT License | MIT 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 2025-06-01.
-
Authoring Custom Spin Templates
Both content files and snippets use the Liquid template language. Consult the Liquid documentation to learn more about its syntax and language capabilities such as control structures.
-
Deploy a Laravel Application using CloudRay
Now, before running the scripts, you need to define values for the placeholders {{db_name}}, {{db_user}}, {{db_pass}}, {{github_access_token}}, {{github_user}}, {{repo_name}}, and {{domain}} used in the scrips. CloudRay processes all scripts as Liquid templates. This allows you to use variables dynamically across different servers.
-
Level Up Your Markdown: Embedding Dynamic Content with remark-react-liquid-tag
Liquid tags are special elements to use in markdown. They are custom embeds that are added via a {% %} syntax. Liquid is a templating language developed by Shopify.
-
From Zero to Liquid Hero: Mastering Shopify’s Templating Magic with Jekyll
Welcome to the Liquid party—where Shopify’s templating magic comes to life, and we’re about to have some serious fun. Liquid is a Ruby-powered, open-source language that’s all about making dynamic content a breeze, whether you’re crafting a blog with Jekyll or a slick Shopify store. Think of it as the friendly middleman between your raw data—like titles and tags—and a polished webpage, without any scary server-side shenanigans.
-
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.
Hamlit
Posts with mentions or reviews of Hamlit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-04-30.
-
XRB alternatives - Haml, Slim, and Hamlit
4 projects | 30 Apr 2024
What are some alternatives?
When comparing Liquid and Hamlit you can also consider the following projects:
Mustache - Logic-less Ruby templates.
Haml - HTML Abstraction Markup Language - A Markup Haiku
Slim - Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic.
Tilt - Generic interface to multiple Ruby template engines