Simple test of having a render handler that simply renders files by URL name.

This commit is contained in:
Zed A. Shaw 2025-06-24 14:46:05 -04:00
parent 0bccddc62c
commit db58b38917
4 changed files with 19 additions and 13 deletions

View file

@ -1,7 +1,11 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Main</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>{{.Title}}</title>
</head>
<body>