{% extends "header_slim.html" %} {%- 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 %} {{ this.title }} {{ this.teaser }} {{ this.body }} {% if this.attachments.images %} {% for image in this.attachments.images %} {% if image.format != 'svg' %} {% else %} {% endif %} {% endfor %} {% endif %} {% for card in this.section.blocks %} {{ card }} {% endfor %} {% endblock %}