文章: 
                {{.Blog.User.BlogCount}}
            
            
                访问: 
                {{.Blog.User.BlogBrowes}}
            
         
        
            
                评论: 
                {{.Blog.User.BlogComment}}
            
            
                喜欢: 
                {{.Blog.User.BlogLike}}
            
         
        
     
    
        {{.Blog.Title}}
        
            {{.Blog.User.NickName}}
            时间:{{.Blog.Ctime.Format "2006-01-02"}}
            阅读数:{{.Blog.Browses}}
            
            {{range .Blog.Lables}}
                
            {{end}}
            
         
        
        {{str2html .Blog.BlogHtml}}
        
    {{template "footer"}}