mirror of
https://gitlab.com/fabinfra/fabinfra-theme.git
synced 2025-03-12 14:41:51 +01:00
19 lines
521 B
HTML
19 lines
521 B
HTML
{{ partial "header" . }}
|
|
|
|
<main class = "content-box">
|
|
<div class="intro">
|
|
<div class="avatar">
|
|
<img class="img-responsive" src="/img/favicon/logo_512x512.png" alt="Logo no found" style = "margin: 0 auto;">
|
|
<h1>{{ .Site.Title }}</h1>
|
|
</div>
|
|
<div style = "margin-top: 50px">
|
|
<h2>{{ .Site.Params.Description }}</h2>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<div class="text-justify">{{ .Content }}</div>
|
|
</div>
|
|
</main>
|
|
|
|
{{ partial "footer" . }}
|