{% extends 'base.html.twig' %}
{% block title %}{{ 'stories.index.title'|trans }}{% endblock %}
{% block meta_description %}{{ 'stories.index.meta_description'|trans }}{% endblock %}
{% from '_macros/image.html.twig' import picture %}
{% block body %}
{# Hero #}
{{ 'stories.index.subtitle'|trans }}{{ 'stories.index.heading'|trans }}
{{ story.excerpt }}
{{ 'stories.index.read'|trans }}{{ 'stories.index.empty'|trans }}
{% endfor %}