1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-23 00:33:44 +00:00
kamokan/html/website/pastie.html.mstch
2017-06-18 16:23:43 +01:00

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>