diff --git a/agaric/images/fpo-mushroom.jpg b/agaric/images/fpo-mushroom.jpg new file mode 100644 index 0000000..ab4c908 Binary files /dev/null and b/agaric/images/fpo-mushroom.jpg differ diff --git a/agaric/images/fpo-video-poster.png b/agaric/images/fpo-video-poster.png new file mode 100644 index 0000000..586967a Binary files /dev/null and b/agaric/images/fpo-video-poster.png differ diff --git a/agaric/templates/layout/page--node--15.html.twig b/agaric/templates/layout/page--node--15.html.twig new file mode 100644 index 0000000..77611f1 --- /dev/null +++ b/agaric/templates/layout/page--node--15.html.twig @@ -0,0 +1,248 @@ +{# +/** + * @file + * Default theme implementation to display a single page. + */ +#} + +{# + Limit the main content column to a max of 10 units at widescreen and above. + @see system/page.html.twig in the Bulma theme. +#} +{% if not page.content_attributes %} + {% + set page = page|merge({ + 'content_attributes': create_attribute().addClass([ + 'main-content', + 'column', + 'is-10-widescreen', + ]), + }) + %} +{% endif %} +{% block navbar %} +{% if page.navbar_branding or page.navbar_social or page.primary_menu %} +{# Top navbar #} +