Remove unused content.html

This is no longer used, now that we're overriding Docsy's `single.html` template directly.

Previously, this content view was rendered by Docsy's own `single.html`
template. But it's clearer to just override said template like we do
with `list.html` already.
This commit is contained in:
Andrew Morgan 2025-12-18 11:01:46 +00:00
parent 8f6715f44b
commit 2d3d317923

View file

@ -1,3 +0,0 @@
{{ define "main" }}
{{ partial "spec-content.html" . }}
{{ end }}