{% if not embedded %}{% extends 'base/base.html' %}{% endif %}
{% import 'components/avatar.html' as avatar with context %}
{% import 'input/form.html' as form with context %}
{% import 'input/field.html' as field with context %}
{% block body %}
{% call form.form(class="form--single") %}
{{ field.search("search", _("Search rooms and peopleā¦"), required=true)}}
{% endcall %}