380
800
1
2
3
4
5
6
7
{% extends "templates/layout" %}

{% block content %}
	{% include 'components/molecules/detail-header/detail-header' with header only %}
	{% include 'components/organisms/detail/detail--table' with detail only %}
	{% include 'components/organisms/page-section/page-section--generic' with signUp only %}
{% endblock %}