Lorem ipsum dolor sit amet,
<a class="lnk-mail" href="mailto:[email protected]" target="_self">chakalakka [email protected]</a>
consectetur adipiscing elit, sed do eiusmod tempor
{{ textbefore }}
<a class="{{ class }}" href="{{ href }}" target="{{ target }}">{{ linktext }}</a>
{{ textafter }}
{
  "textbefore": "Lorem ipsum dolor sit amet, ",
  "textafter": "consectetur adipiscing elit, sed do eiusmod tempor",
  "linktext": "chakalakka [email protected]",
  "class": "lnk-mail",
  "target": "_self",
  "href": "mailto:[email protected]"
}

No notes defined.