mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
11 lines
235 B
HTML
11 lines
235 B
HTML
<section class="titled">
|
|
<div class="container">
|
|
<div class="row center">
|
|
<div class="col center-text">
|
|
<h2>{{ .Get 0 }}</h2>
|
|
<p>{{ .Get 1 }}</p>
|
|
</div>
|
|
</div>
|
|
{{ .Inner }}
|
|
</div>
|
|
</section>
|