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

26 lines
368 B
Text
Raw Normal View History

2017-06-18 16:23:43 +01:00
{{> head}}
2017-04-18 20:09:49 +01:00
<body>
2017-06-18 16:23:43 +01:00
<div id="page">
2017-05-14 14:50:16 +01:00
{{> topbar}}
2017-04-18 20:09:49 +01:00
2017-06-18 16:23:43 +01:00
<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>
2017-04-18 20:09:49 +01:00
</div>
2017-06-18 16:23:43 +01:00
{{> footer}}
2017-05-14 14:50:16 +01:00
2017-04-18 20:09:49 +01:00
</body>
</html>