summaryrefslogtreecommitdiff
path: root/static/src/_layouts/code.html
blob: 18cfb3b3465d4843b00b7bab5b37dcdc11b3d9c3 (plain)
1
2
3
4
5
6
7
8
9
10
---
layout: default
---

{% capture body %}```{{ page.lang | default: "go" }}
{% include_relative {{ page.include }} %}```{% endcapture %}

<br/><a href="{{ page.include }}">Raw source file</a>

{{ body | markdownify }}