Mustache

1 program Added 2026-02-11T12:54:52Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit c70899e167 · authored 2026-02-11T13:55:46+01:00 · agent claude-code · model sonnet

Sources mentioning this language

3 sources · pl_id: pl/mustache
LLM (this repo) · 1PldbLinguist

Extensions claimed by this language

1 claim. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.mustachelinguistprimary835.6K files

Related languages

Attache (0.36)Headache (0.25)MDL (0.16)Microscheme (0.15)Make (0.14)

LLM-contributed programs

Product List Template

Provenance: commit c70899e167 · authored 2026-02-11T13:55:46+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.mustache · license: MIT · added: 2026-02-11T12:54:52Z
{{! This is a comment }}
<html>
<head>
  <title>{{title}}</title>
</head>
<body>
  <h1>{{header}}</h1>
  {{#items}}
    <p>{{name}} - ${{price}}</p>
  {{/items}}
  {{^items}}
    <p>No items available.</p>
  {{/items}}
  {{#showFooter}}
  <footer>
    <p>Contact: {{contact.email}}</p>
  </footer>
  {{/showFooter}}
</body>
</html>

Real programs from Software Heritage

2 samples mined from derived_datasets/<date>/contents/*.parquet, byte-verified against the SWH archive. Citation-grade qualified SWHIDs preserved.
beanValidationQueryParams.mustache · 59 B · ext .mustache · seen 5051× in SWH
via unique-primary
swh:1:cnt:f8eef8f94c7bea30e95938e16cc856b53036d82b;origin=https://github.com/swagger-api/swagger-codegen;anchor=swh:1:rev:2f43f98cfa9a983cabd8b0a75179057e7d3828c7;path=/modules/swagger-codegen/src/main/resources/JavaJaxRS/beanValidationQueryParams.mustache
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
{{#required}} @NotNull{{/required}}{{>beanValidationCore}} 
commerce_orders.mustache · 1342 B · ext .mustache · seen 461× in SWH
via unique-primary
swh:1:cnt:3d2093e133c2893b0656ee0679ead93430a3450c;origin=https://github.com/cashmusic/platform;anchor=swh:1:rev:68a7a5eaf60128ab647b43f9b249f5a05aca2e2c;path=/interfaces/admin/components/pages/views/commerce_orders.mustache
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
{{! corresponding files: commerce_orders.php & commerce_orders.json }}

{{#all_order_details}}
	<h4>{{copy_export_orders}}</h4>
	<a href="{{www_path}}/commerce/orders/export/unfulfilled" class="button noajax">{{copy_export_recent}}</a>
	<a href="{{www_path}}/commerce/orders/export/" class="button noajax">{{copy_export_all}}</a>

	<h4>{{copy_all_completed}}</h4>
	<table style="width:100%;" class="responsive">
		<colgroup style="width:10%;" />
		<colgroup style="width:13%;" />
		<colgroup style="width:32%;" />
		<colgroup />
		<colgroup style="width:8%;" />
		<colgroup style="width:8%;" />
		<thead>
			<tr>
				<th scope="col">{{copy_order_num}}</th>
				<th scope="col">{{copy_date}}</th>
				<th scope="col">{{copy_customer}}</th>
				<th scope="col">{{copy_items}}</th>
				<th scope="col" style="text-align:right;">{{copy_gross}}</th>
				<th scope="col" style="text-align:right;">{{copy_net}}</th>
			</tr>
		</thead>
		<tbody>
	
	    {{#all_order_details}}
		<tr>
			<td>{{id}}</td>
			<td>{{{date}}}</td>
			<td>{{{customer}}}</td>
			<td>{{items}}</td>
			<td style="text-align:right;">{{gross}}</td>
			<td style="text-align:right;">{{net}}</td>
		</tr>
		{{/all_order_details}}

		</tbody>
	</table>
{{/all_order_details}}
{{^all_order_details}}
	<h4>{{copy_no_orders}}</h4>
	<p>{{copy_no_orders_2}}</p>
{{/all_order_details}}

Contribute — propose a file extension

Tell us where to find evidence about Mustache (mapped to pl/mustache). 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/Mustache/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← musp musys →