{% extends 'bare.html.twig' %} {% block title %}Getting Started — Torsearch{% endblock %} {% block body %}

Getting Started

Let's get started by creating your first User.

{{ form_start(registrationForm) }} {{ form_end(registrationForm) }}
{% endblock %}