aboutsummaryrefslogtreecommitdiff
path: root/templates/view.tpl
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-02 01:14:34 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-02 01:14:34 -0500
commit2d3b4c7fc74b377698cc2f554ae7ceac76bf616b (patch)
tree23715c80425a88f5d2f1258f9d2da8d32cea444d /templates/view.tpl
parent5f1642deee2d9a717d1a56232254e80db5c32031 (diff)
downloadpaste-2d3b4c7fc74b377698cc2f554ae7ceac76bf616b.tar.gz
paste-2d3b4c7fc74b377698cc2f554ae7ceac76bf616b.tar.xz
Remove stale go templates
Diffstat (limited to 'templates/view.tpl')
-rw-r--r--templates/view.tpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/view.tpl b/templates/view.tpl
deleted file mode 100644
index 76efe57..0000000
--- a/templates/view.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-{{template "base" .}}
-
-{{define "title"}}Paste: {{.Title}}{{end}}
-
-{{define "content"}}
-<h1>Paste: "{{.Title}}"</h1>
-
-<pre><code>{{.GetContent}}</pre></code>
-{{end}}