aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/media-block.html
blob: db5f6190ac5918836c8f76d551d4131699d91db8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="flex-ns mhn3-ns mb4">

  <div class="ph3-ns w-50-ns">
    <img src="{{.imageUrl}}" alt="" class="db mb2">
  </div>

  <div class="ph3-ns w-50-ns">
    <h3 class="f3 b lh-title mb1">{{.heading}}</h3>
    <p>{{.text}}</p>
  </div>

</div>