Liquid

1 program Added 2026-02-06T16:29:15Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Liquid Template Language
Provenance: commit 7e009d12dc · authored 2026-02-06T17:30:06+01:00 · agent claude-code · model sonnet

Sources mentioning this language

6 sources · pl_id: pl/liquid
LLM (this repo) · 1PldbLinguistPygmentsEsolangHyperpolyglot

Extensions claimed by this language

2 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.liquidlinguistprimary869.4K files
.liquidpygmentsprimary869.4K files

Related languages

FreeMarker (0.41)Lime (0.40)NVelocity (0.38)Eve (0.31)QGL (0.29)

LLM-contributed programs

Product Listing Template

Provenance: commit 7e009d12dc · authored 2026-02-06T17:30:06+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.liquid · license: MIT · added: 2026-02-06T16:29:15Z
{% comment %}
  Product listing template
{% endcomment %}

<h1>{{ shop.name }}</h1>

{% if products.size > 0 %}
  <ul class="products">
    {% for product in products %}
      <li class="product">
        <h2>{{ product.title | upcase }}</h2>
        <p>{{ product.description | truncate: 100 }}</p>
        <span class="price">{{ product.price | money }}</span>

        {% if product.available %}
          <button>Add to Cart</button>
        {% else %}
          <span class="sold-out">Sold Out</span>
        {% endif %}
      </li>
    {% endfor %}
  </ul>
{% else %}
  <p>No products available.</p>
{% endif %}

Real programs from Software Heritage

1 sample mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
sitemap.liquid · 101 B · ext .liquid · seen 982× in SWH
via unique-primary
swh:1:cnt:08306719ad8e6da390500976d2651c4435ec9937;origin=https://github.com/outtable/confuse-9live;anchor=swh:1:rev:e261c788a510f08de6d7e3f9057a7203745b7325;path=/docs/assets/sitemap.liquid
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
---
layout: tasks/compress
permalink: /sitemap.xml
---

{%- include common/assets/sitemap.liquid -%}

Contribute — propose a file extension

Tell us where to find evidence about Liquid (mapped to pl/liquid). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Liquid/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← LinuxLang Liquid Haskell →