{% extends "block.html.twig" %}
{#
/**
* @file
* Olives'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('olives/powered-by-block') }}
{% trans %}Powered by{% endtrans %}
{% trans %}Drupal{% endtrans %}
{% include "@olives/../images/drupal.svg" %}
{% endblock %}