just/templates/cheat-sheet.html
2025-03-25 16:43:23 -07:00

20 lines
370 B
HTML

<!doctype html>
<html lang=en>
<head>
<meta name=format-detection content='telephone=no'>
<title>Just Cheat Sheet</title>
<style>
main {
columns: 3;
}
</style>
</head>
<body>
<h1>Just Cheat Sheet</h1>
<main>
%% for example in &self.examples {
<pre><code>{{example}}</code></pre>
%% }
</main>
</body>
</html>