1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-02-17 09:35:49 +00:00
kamokan/html/website/pastie.html.mstch

17 lines
319 B
Text
Raw Normal View History

2017-06-21 08:18:49 +01:00
{{> page2-top}}
2017-04-18 20:09:49 +01:00
2017-06-18 16:23:43 +01:00
{{#pastie_lines}}
2017-06-21 08:18:49 +01:00
<div>
2017-06-18 16:23:43 +01:00
<div id="numbers" class="mar-pad0">
<p class="mar-pad0">{{number}}</p>
</div>
<div id="lines" class="mar-pad0">
2017-06-21 08:18:49 +01:00
<p id="code" {{#colourless}}style="color:#EDEDED"{{/colourless}} >{{line}}</p>
2017-06-18 16:23:43 +01:00
</div>
</div>
{{/pastie_lines}}
2017-05-14 14:50:16 +01:00
2017-06-21 08:18:49 +01:00
{{> page2-bottom}}