website/layouts/_default/support.html
liuboaibc 8f466739bf update: fix bugs and update style
Signed-off-by: liuboaibc <kukudehero@gmail.com>
2020-09-23 16:01:28 +08:00

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 }}