blob: 7dd5b86abf3941d314ab75e2387ddf1a95e56b83 (
plain) (
tree)
|
|
{{ define "file" }}
<!DOCTYPE html>
<html>
{{ template "head" . }}
<body>
{{ template "repoheader" . }}
{{ template "nav" . }}
<main>
<p>{{ .path }} (<a style="color: gray" href="?raw=true">view raw</a>)</p>
<div class="file-wrapper">
<pre>{{- .content -}}</pre>
</div>
</main>
</body>
</html>
{{ end }}
|