{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_content %}
{{ parent() }}
{% set categoryId = app.request.get('categoryId') %}
{% set title = 'cogi-recruiting.title' | trans %}
{% sw_include "@Storefront/storefront/component/cogi-job-overview.html.twig" ignore missing %}
{% endblock %}