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

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