all repos — flounder @ dd52cd247d7bc0f86bbb64c9fa33f4355d6f9b7b

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 }}