1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-02 20:24:28 +00:00
GoBlog/templates/base.gohtml

9 lines
261 B
Plaintext

{{ define "base" }}
<!doctype html>
<html lang={{ blog.Lang }}>
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<meta http-equiv=x-ua-compatible content="IE=edge">
{{ template "title" . }}
{{ template "main" . }}
{{ end }}