Latte

2 programs Added 2026-02-07T14:09:10.987978Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit fad164f481 · authored 2026-02-07T15:10:54+01:00 · agent claude-code · model sonnet

Sources mentioning this language

4 sources · pl_id: pl/latte
LLM (this repo) · 2PldbLinguistHyperpolyglot

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
.lattelinguistprimary234.0K files

Related languages

Linotte (0.33)Latitude (0.31)LaTeX (0.27)Slate (0.27)Rosette (0.23)

LLM-contributed programs

Hello World with List

Provenance: commit fad164f481 · authored 2026-02-07T15:10:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.latte · added: 2026-02-07T12:30:00Z
{var $title = 'Hello World'}
{var $items = ['Apple', 'Banana', 'Cherry']}

<!DOCTYPE html>
<html>
<head>
    <title>{$title}</title>
</head>
<body>
    <h1>{$title}</h1>
    <ul>
        {foreach $items as $item}
            <li>{$item}</li>
        {/foreach}
    </ul>
</body>
</html>

Hello World

Provenance: commit fad164f481 · authored 2026-02-07T15:10:54+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.latte · added: 2026-02-07T14:09:10.987978Z
(define (main)
  (display "Hello, World!")
  (newline))

(main)

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.
privileges.latte · 220 B · ext .latte · seen 4× in SWH
via unique-primary
swh:1:cnt:2d7dd4c695f99e7d199c2fe1aefe81c613001bcf;origin=https://github.com/netis-cms/netis;anchor=swh:1:rev:5fef43aa07f39aafbbe5cea337e658299311ac57;path=/app/UI/Backend/Permissions/privileges.latte
Open in SWH · Raw bytes (SWH) · GitHub raw
Show source
{* subtitle page *}
{block title}{_'Privileges'}{/block}

{* website content *}
{block content}
	{embed ../../../Core/Widget/@content.latte}
		{block content}
			{control privilegesControl}
		{/block}
	{/embed}
{/block}

Contribute — propose a file extension

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