2025-05-18 16:19:27 +02:00
|
|
|
{{ with .projects }}
|
2024-10-04 11:58:15 +02:00
|
|
|
<h4 class="text-center">{{ i18n "related_projects" }}</h4>
|
|
|
|
{{ range . }}
|
2025-05-18 16:19:27 +02:00
|
|
|
<div class="article" style="text-align: center">
|
2024-10-04 11:58:15 +02:00
|
|
|
{{ partial "widgets/article.html" . }}
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|