mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-10-31 22:17:36 +00:00
9 lines
313 B
HTML
9 lines
313 B
HTML
|
{{ $illustration := .Get 0 }}
|
||
|
{{ $title := .Get 1 }}
|
||
|
<div class="card sp-service-card h-100">
|
||
|
<img class="card-img-top rounded-img sp-service-icon" src="{{ $illustration }}" alt="{{ $title }}">
|
||
|
<div class="card-body">
|
||
|
<h4 class="card-title">{{ $title }}</h4>
|
||
|
{{ .Inner }}
|
||
|
</div>
|
||
|
</div>
|