{% extends "block.html.twig" %}
{#
/**
 * @file
 * Olivesimagined's theme implementation for Powered by Drupal block.
 *
 * The Powered by Drupal block is an optional link to the home page of the
 * Drupal project.
 *
 */
#}
{% block content %}
  {{ attach_library('olivesimagined/powered-by-block') }}
  <span>
    {% trans %}Powered by{% endtrans %}
    <a href="https://www.drupal.org">{% trans %}Drupal{% endtrans %}</a>
    <span class="drupal-logo" role="img" aria-label="{{ 'Drupal Logo'|t }}">
      {% include "@olivesimagined/../images/drupal.svg" %}
    </span>
  </span>
{% endblock %}