Some initial stuff

This commit is contained in:
Caleb Gardner
2024-11-19 07:26:37 -06:00
parent 9edd91148a
commit 687fbd7e65
14 changed files with 1135 additions and 889 deletions
+9
View File
@@ -0,0 +1,9 @@
package blog
import "net/http"
func (b *Backend) editorPage(w http.ResponseWriter, r *http.Request) {
pag := r.PathValue("page")
if
}