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