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

{% block content %}
	{% include 'components/molecules/search-header/search-header' with header only %}

	{% for section in results %}
		{% include 'components/organisms/page-section/page-section--generic' with section only %}
	{% endfor %}
{% endblock %}