diff --git a/agaric/templates/layout/region--footer.html.twig b/agaric/templates/layout/region--footer.html.twig new file mode 100644 index 0000000..33e1479 --- /dev/null +++ b/agaric/templates/layout/region--footer.html.twig @@ -0,0 +1,16 @@ +{% + set classes = [ + 'columns', + 'is-multiline', + ] +%} +{% set attributes = attributes.addClass(classes) %} + +{% if content %} + + + {{ content }} + +{% endif %}