GoBlog/templates/base.html (
11
lines of code) (
raw
):
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>{{ template "title" . }}</title> {{ template "scripts" }} </head> <body> {{ template "body" . }} </body> </html>