Files
Hyperlight/layouts/shortcodes/imagewithtext.html

5 lines
156 B
HTML

<section style="overflow:auto;">
<div id="sectionleft"><img src='{{ .Get "img" }}'></div>
<div id="sectionright">{{ .Get "text" }}</div>
</section>