You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
531 B
14 lines
531 B
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
|
|
<section class="section-padding">
|
|
<div class="container">
|
|
<div class="row align-items-center justify-content-around">
|
|
<div class="col-lg-7" data-aos="fade-up" data-aos-delay="150">
|
|
<img loading="lazy" class="img-fluid rounded-lg shadow" src="{{ .Get `image` | absURL}}" alt="">
|
|
</div>
|
|
<div class="col-lg-4 mt-4 mt-lg-0" data-aos="fade-in">
|
|
<div class="content">{{.Inner | markdownify}}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section> |