diff --git a/agaric/templates/block/block--highlighted.html.twig b/agaric/templates/block/block--highlighted.html.twig new file mode 100644 index 0000000..c4010f9 --- /dev/null +++ b/agaric/templates/block/block--highlighted.html.twig @@ -0,0 +1,20 @@ +{# See "@stable/block/block.html.twig" #} +{% + set classes = [ + 'hero', + 'is-light', + ] +%} +{% set attributes = attributes.addClass(classes).addAttribute('data-headerbg', 'light') %} + +
+ {{ title_prefix }} + {% if label %} + {{ label }} + {% endif %} + {{ title_suffix }} + {% block content %} + {{ content }} + {% endblock %} +
+