3
{{- define "inline_styles" -}}
7
{{- define "html_prefix"}}og: https://ogp.me/ns#{{end -}}
9
{{- define "body_class"}}post-template{{end -}}
12
<div class="post-view-menu-bars js-open-main-menu">
13
<span class="glyphicon glyphicon-menu-hamburger"></span>
15
<div class="post-view">
16
{{template "sidebar" .DummyArticle}}
17
<main class="post-view-content scene-element fade-in-right" role="main">
18
<div class="post-view-right-container">
19
<article class="post-view-article post">
20
<section class="post-content row statistic-row">
21
<div class="small-12 columns">
22
<div class="post-header-content">
23
<section class="post-meta">
24
Сгенерировано: {{time_tag .Now}}
26
<h1 class="post-title">
29
<div class="post-title-separator"></div>
31
<div class="post-article-content">
33
“Существуют три вида лжи: ложь, наглая ложь и статистика.”<br/>Марк Твен
35
<p>Ниже представлены самые активные комментаторы за всё время существования блога.</p>
36
<section class="comments statistic">
38
{{range .Commentators}}
39
<div class="small-12 medium-6 columns">
40
<div class="comment-item">
41
<div class="comment-header">
42
{{if and .Website.Valid (not .RottenLink)}}
43
<a href="{{.Website.String}}">{{.Name}}</a>
48
<div class="comment-body">
50
<img src="{{.Avatar}}"
55
<div class="comment-text clearfix">
56
{{cnt_comments .CommentsCount}}
65
<p>Самые посещаемые статьи за последний месяц:</p>
67
{{- range .MonthArticles}}
69
<a href="{{path "article" "slug" .Slug}}">{{substr .Title 60}}</a>
70
[{{cnt_times .Views}}]
74
<p>Самые посещаемые статьи за всё время:</p>
76
{{- range .AllTimeArticles}}
78
<a href="{{path "article" "slug" .Slug}}">{{substr .Title 60}}</a>
79
[{{cnt_times .Views}}]
86
{{template "author-info"}}
87
{{template "powered-by"}}