all repos — flounder @ f97798806466ad41104f9a09757226b553b137e7

A small site builder for the Gemini protocol

templates/header.html (view raw)

 1{{ define "header"}}
 2<!DOCTYPE html>
 3<html lang="en">
 4  <head>
 5    <meta charset="utf-8" />
 6    <title>{{.PageTitle }}</title>
 7    <meta name="viewport" content="width=device-width" />
 8    <link rel="stylesheet" type="text/css" href="/style.css" />
 9  </head>
10  <body>
11    <main>
12{{ end }}