8 lines
253 B
HTML
8 lines
253 B
HTML
{{ with .projects }}
|
|
<h4 class="text-center">{{ i18n "related_projects" }}</h4>
|
|
{{ range . }}
|
|
<div class="article" style="text-align: center">
|
|
{{ partial "widgets/article.html" . }}
|
|
</div>
|
|
{{ end }}
|
|
{{ end }}
|