{% extends "header_slim.html" %} {% from "macros/services_cards.html" import render_services_card %} {%- block title -%}{{ this.title }}{%- endblock -%} {%- block meta_description -%} {%- if this.meta_description is defined and this.meta_description != "" -%} {{ this.meta_description }} {%- else -%} Werkkooperative der Technikfreundinnen eG {%- endif -%} {%- endblock -%} {% block body %}
{% if this.intro %}
{{ this.intro }}
{% endif %}

{{ this.title }}

{% for card in this.section.blocks %} {% if card._flowblock == "flow_services_cards" %} {{ render_services_card(card, loop.index) }} {% endif %} {% endfor %}

Portfolio

{% for card in this.section.blocks %} {% if card._flowblock == "flow_portfolio_cards" %} {{ render_services_card(card, loop.index) }} {% endif %} {% endfor %}

{{ this.kompetenzen_heading }}

{% for icon_bubble in this.section.blocks %} {% if icon_bubble._flowblock == "flow_icon_bubbles" %} {{ icon_bubble }} {% endif %} {% endfor %}
{{ this.kompetenzen_body }}
{% endblock %}