mediocre-blog/_layouts/code.html
2020-11-26 21:25:19 -07:00

11 lines
220 B
HTML

---
layout: default
---
{% capture body %}```{{ page.lang | default: "go" }}
{% include_relative {{ page.include }} %}```{% endcapture %}
<br/><a href="{{ page.include }}">Raw source file</a>
{{ body | markdownify }}