X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fbootstrap_layouts%2Ftemplates%2F3.0.0%2Fbs-1col.html.twig;fp=web%2Fmodules%2Fcontrib%2Fbootstrap_layouts%2Ftemplates%2F3.0.0%2Fbs-1col.html.twig;h=caa67d3f8f4fc0353c5e8133391301c5b0b2176a;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig b/web/modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig new file mode 100644 index 000000000..caa67d3f8 --- /dev/null +++ b/web/modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig @@ -0,0 +1,24 @@ +{# +/** + * @file + * Bootstrap Layouts: "1 Column" template. + * + * Available layout variables: + * - wrapper: Wrapper element for the layout container. + * - attributes: Wrapper attributes for the layout container. + * + * Available region variables: + * - main + * + * Each region variable contains the following properties: + * - wrapper: The HTML element to use to wrap this region. + * - attributes: The HTML attributes to use on the wrapper for this region. + * - content: The content to go inside the wrapper for this region. + */ +#} +<{{ wrapper }}{{ attributes }}> + {{ title_suffix.contextual_links }} + <{{ main.wrapper }}{{ main.attributes }}> + {{ main.content }} + +