Files
spyda/internal/templates/cache.html
2021-02-03 00:14:40 +10:00

9 lines
411 B
HTML

{{define "content"}}
<div class="container">
<p>This is a rudimentary cached copy of <a href="{{ .CachedURL }}">{{ .CachedURL }}</a>, go there to get the latest copy. No ownership of this content is implied.</p>
<h2>{{ .CachedTitle }}</h2>
<pre>{{ .CachedContent }}</pre>
<small>If your page appears here and you do not want it to, please contact <a href="/support">Support</a></small>
</div>
{{ end }}