mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:32:55 +00:00
15 lines
403 B
HTML
15 lines
403 B
HTML
{{ define "main" }}
|
|
|
|
{{ with .Params.section1 }}
|
|
<section class="section-1 bg-cover" style='background-image: url("{{ .topImage }}");'>
|
|
<div class="title-div common-layout">
|
|
<h1 class="title-center-h1">{{ .title }}</h1>
|
|
<p class="common-p">{{ .content }}</p>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|
|
|
|
{{ with .Params.sectionIframe }}
|
|
<script src="{{ .formUrl }}"></script>
|
|
{{ end }}
|
|
{{ end }} |