--- title: Email Contacts Example nav_title: Email Contacts tags: demo --- {% from "demo.njk" import demo %} {% set label %}

An example showing how you might go about creating contact selector like those used in Email apps.

Search by email address with "email:gmail.com" or last name with "last:tesla"

{% endset %} {% set html %} {% endset %} {{ demo( label, html, script, style) }}