all repos — flounder @ 7e0b032dd3df947f42db5dd912a424c88ce03c03

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="/static/style.css" />
 9  </head>
10  <body>
11    <main>
12{{ end }}