{% extends 'registry/base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<link rel="stylesheet" href="{{ asset('build/patient-registration.css') }}">
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script src="{{ asset('build/patient-registration.js') }}"></script>
{% endblock %}
{% block container %}
<div id="root"></div>
{% endblock %}