diff --git a/agaric/templates/block/block--system-branding-block.html.twig b/agaric/templates/block/block--system-branding-block.html.twig new file mode 100644 index 0000000..266f6d3 --- /dev/null +++ b/agaric/templates/block/block--system-branding-block.html.twig @@ -0,0 +1,47 @@ +{# +/** + * @file + * Default theme implementation for a branding block. + * + * Each branding element variable (logo, name, slogan) is only available if + * enabled in the block configuration. + * + * Available variables: + * - site_logo: Logo for site as defined in Appearance or theme settings. + * - site_name: Name for site as defined in Site information settings. + * - site_slogan: Slogan for site as defined in Site information settings. + * + * @ingroup themeable + */ +#} +{% block content %} + +{% endblock %}