Pug
1 program
Added 2026-02-11T19:33:26Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Jade
Provenance: commit 363226be37 · authored 2026-02-11T20:34:25+01:00 · agent claude-code · model sonnet
Sources mentioning this language
7 sources · pl_id:
pl/pugWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| License | GNU Lesser General Public License |
|---|---|
| Homepage | https://jade-project.gitlab.io/ |
Extensions claimed by this language
4 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.jade | linguist | primary | 4.2M files |
.pug | pygments | primary | 4.2M files |
.jade | pygments | secondary | 4.2M files |
.pug | linguist | secondary | 4.2M files |
Related languages
LLM-contributed programs
Basic HTML Template
Provenance: commit 363226be37 · authored 2026-02-11T20:34:25+01:00 · agent claude-code · model sonnet · WebSearch disabled
doctype html
html(lang="en")
head
title= pageTitle
meta(charset="utf-8")
meta(name="viewport", content="width=device-width, initial-scale=1")
body
header
h1= heading
nav
ul
each item in navItems
li
a(href=item.url)= item.text
main
article
h2 Welcome
p.
This is a simple Pug template demonstrating
the basic syntax and features of the language.
if showMessage
p.message Success!
footer
p © 2024
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)