blog-page.html (261B)
1 <!DOCTYPE html> 2 <head> 3 <link rel="stylesheet" href="/style.css"> 4 <title>{{ .Page.Title }}</title> 5 </head> 6 {{template "top.html"}} 7 <h1>{{ .Title }}</h1> 8 <h2>{{ .Page.DatePublished.Format "2006-01-02" }}</h2> 9 {{ .Content }} 10 {{template "bottom.html"}}