Twig\Error\RuntimeError

Line 39 of /data/web/e36406/html/kem-zentrum/site/plugins/site-blog/templates/article.twig

Impossible to access an attribute ("image") on a null variable.

        </div>

      </div>

    <div class="u-padding-vertical">
      {% include "molecules/author/author.twig" with {
        image: page.author.toUser.image,
        name: page.author.toUser.name,
        description: page.author.toUser.description,
      } %}
    </div>
  </div>