mirror of
https://github.com/casey/just.git
synced 2025-12-23 11:37:29 +00:00
20 lines
370 B
HTML
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>
|