reprogl
1<div class="post-recent-list">
2<div class="post-recent-list-label">
3<span>Недавнее</span>
4</div>
5<div class="post-recent-list-separator"></div>
6<ul>
7{{- range .RecentPosts}}
8<li>
9<a href="{{path "article" "slug" .Slug}}">{{substr .Title 32}}</a>
10</li>
11{{- end }}
12</ul>
13</div>
14