mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
17 lines
No EOL
319 B
Text
17 lines
No EOL
319 B
Text
{{> page2-top}}
|
|
|
|
{{#pastie_lines}}
|
|
<div>
|
|
|
|
<div id="numbers" class="mar-pad0">
|
|
<p class="mar-pad0">{{number}}</p>
|
|
</div>
|
|
|
|
<div id="lines" class="mar-pad0">
|
|
<p id="code" {{#colourless}}style="color:#EDEDED"{{/colourless}} >{{line}}</p>
|
|
</div>
|
|
|
|
</div>
|
|
{{/pastie_lines}}
|
|
|
|
{{> page2-bottom}} |