pupate

No description provided
git clone https://git.woozle.org/neale/pupate.git

pupate / variants / default / category
Zeliff  ·  2025-10-17

index.html

 1<!DOCTYPE html>
 2<html>
 3  <head>
 4    <meta charset="UTF-8">
 5    <meta name="generator" content="MOTH Pupate {{.PupateVersion}}">
 6    <title>{{or .Title .ID}}</title>
 7    <meta name="moth description" content="{{.Description}}">
 8    <meta name="moth seed" content="{{.Config.Seed}}">
 9{{- range .Prerequisites}}
10    <meta name="moth prerequisite" content="{{.}}">
11{{- end}}
12  </head>
13  <body>{{.Content | markdownify}}</body>
14</html>