<!DOCTYPE html>
<html lang="en">
    <head>
        <meta name="charset" content="utf-8" />
        <title>barcodes</title>
        <link rel="icon" type="image/png" href="/favicon.png" />
        <link rel="stylesheet" type="text/css" href="/style.css">
        {{ template "head" . }}

        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <meta name="author" content="Frederick Boniface" />
        <meta name="description" content="Easily create a variety of barcodes" />
    </head>
    <body>
        <h1>{{ template "title" }}</h1>
        {{ template "body" . }}
    </body>
</html>