This commit is contained in:
Denys Konovalov
2020-09-14 06:30:37 +02:00
parent 2573946328
commit 8295d58558
14 changed files with 35 additions and 32 deletions

View File

@ -0,0 +1,8 @@
<div class="container">
<div class="card border-primary rounded-0 hover-shadow mb-5">
<div class="card-body">
<h4 class="card-title"><a href='{{ .Get "link" }}'>{{ .Get "title" }}</a></h4>
<a href='{{ .Get "link" }}' class="btn btn-primary btn-sm">{{ i18n "show_more"}}</a>
</div>
</div>
</div>