Files
2026-05-18 11:46:02 +02:00

12 lines
312 B
HTML

{{/* layouts/shortcodes/platform-links.html */}}
{{ $sectionId := "" }}
{{ with .Get "sectionId" }}
{{ $sectionId = . }}
{{ end }}
<div class="container"{{ if $sectionId }} id="{{ $sectionId }}"{{ end }}>
<div class="row platform-links shortcode">
<div class="col-12">{{ .Inner }}</div>
</div>
</div>