<div class="card ">

    <img src="/img/envelope@2x.png" alt="" />

    <h3 class="title">Kontakt veileder via chat</h3>

    <div class="body">
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed ante dapibus diam. Sed nisi. Nulla</p>
        <p><a href="mailto:postmottak@kompetansenorge.no">postmottak@kompetansenorge.no</a></p>

    </div>

</div>
<div class="card {{ card_class }}">
  {% if img %}
    <img src="{{ img }}" alt="" />
  {% endif %}
  {% include '@header--h3' with title %}
  <div class="body">
    {{ body|markdown }}
  </div>
  {% if cta %}
    {% include '@button' with cta %}
    <a href="#" class="stretched-link"></a>
  {% endif %}
</div>
{
  "img": "/img/envelope@2x.png",
  "title": {
    "copy": "Kontakt veileder via mail",
    "class": "title"
  },
  "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed ante dapibus diam. Sed nisi. Nulla\n\n[postmottak@kompetansenorge.no](mailto:postmottak@kompetansenorge.no)\n",
  "cta": null
}

No notes defined.