mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
25 lines
368 B
Text
25 lines
368 B
Text
{{> head}}
|
|
<body>
|
|
<div id="page">
|
|
{{> topbar}}
|
|
|
|
<div class="wrap">
|
|
{{#pastie_lines}}
|
|
<div class="mar-pad0">
|
|
|
|
<div id="numbers" class="mar-pad0">
|
|
<p class="mar-pad0">{{number}}</p>
|
|
</div>
|
|
|
|
<div id="lines" class="mar-pad0">
|
|
<li id="code">{{line}}</li>
|
|
</div>
|
|
|
|
</div>
|
|
{{/pastie_lines}}
|
|
</div>
|
|
</div>
|
|
{{> footer}}
|
|
|
|
</body>
|
|
</html>
|