@openeuropa/bcl-theme-default 0.11.0 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/css/oe-bcl-default.css +1453 -17
  2. package/css/oe-bcl-default.css.map +1 -1
  3. package/css/oe-bcl-default.min.css +1 -1
  4. package/css/oe-bcl-default.min.css.map +1 -1
  5. package/js/oe-bcl-default.bundle.js +53 -21
  6. package/js/oe-bcl-default.bundle.js.map +1 -1
  7. package/js/oe-bcl-default.bundle.min.js +1 -1
  8. package/js/oe-bcl-default.bundle.min.js.map +1 -1
  9. package/js/oe-bcl-default.esm.min.js.map +1 -1
  10. package/js/oe-bcl-default.umd.js +61 -24
  11. package/js/oe-bcl-default.umd.js.map +1 -1
  12. package/js/oe-bcl-default.umd.min.js +1 -1
  13. package/js/oe-bcl-default.umd.min.js.map +1 -1
  14. package/package.json +5 -5
  15. package/src/scss/_badge.scss +2 -1
  16. package/src/scss/_banners.scss +9 -7
  17. package/src/scss/_collapse.scss +8 -0
  18. package/src/scss/_header.scss +1 -0
  19. package/src/scss/_inpage-navigation.scss +19 -0
  20. package/src/scss/_tabs.scss +3 -0
  21. package/src/scss/_timeline.scss +78 -0
  22. package/src/scss/_utilities.scss +78 -0
  23. package/src/scss/_variables.scss +16 -9
  24. package/src/scss/oe-bcl-default.scss +4 -14
  25. package/templates/bcl-banner/banner.html.twig +64 -0
  26. package/templates/bcl-base-templates/content-type.html.twig +91 -0
  27. package/templates/bcl-base-templates/listing-page.html.twig +60 -0
  28. package/templates/{bcl-search/search-offcanvas.html.twig → bcl-base-templates/sidebar-search.html.twig} +0 -1
  29. package/templates/bcl-card/card.html.twig +42 -33
  30. package/templates/bcl-content-banner/content-banner.html.twig +103 -0
  31. package/templates/bcl-date-block/date-block.html.twig +42 -0
  32. package/templates/bcl-description-list/description-list.html.twig +110 -0
  33. package/templates/bcl-event/event.html.twig +41 -0
  34. package/templates/bcl-fact-figures/fact-figures.html.twig +115 -0
  35. package/templates/bcl-featured-media/featured-media.html.twig +49 -5
  36. package/templates/bcl-file/file.html.twig +205 -0
  37. package/templates/bcl-footer/footer.html.twig +1 -1
  38. package/templates/bcl-group/group-landing.html.twig +101 -0
  39. package/templates/bcl-group/group.html.twig +25 -0
  40. package/templates/bcl-header/header.html.twig +3 -3
  41. package/templates/bcl-inpage-navigation/inpage-navigation.html.twig +42 -0
  42. package/templates/bcl-landing-page/landing-page.html.twig +59 -0
  43. package/templates/bcl-link/link.html.twig +5 -0
  44. package/templates/bcl-links-block/links-block.html.twig +4 -1
  45. package/templates/bcl-listing/listing.html.twig +56 -35
  46. package/templates/bcl-page/page.html.twig +64 -0
  47. package/templates/bcl-recent-activities/recent-activities.html.twig +57 -0
  48. package/templates/bcl-timeline/timeline.html.twig +109 -0
  49. package/templates/bcl-toast/toasts.html.twig +3 -1
  50. package/templates/bcl-user/user-edit.html.twig +38 -0
  51. package/templates/{bcl-user-view → bcl-user}/user-view-compact.html.twig +2 -2
  52. package/templates/bcl-user/user-view.html.twig +96 -0
  53. package/templates/bcl-search/search.html.twig +0 -52
  54. package/templates/bcl-user-edit/edit-contents.html.twig +0 -32
  55. package/templates/bcl-user-edit/user-edit.html.twig +0 -18
  56. package/templates/bcl-user-listing/user-listing-offcanvas.html.twig +0 -8
  57. package/templates/bcl-user-listing/user-listing.html.twig +0 -47
  58. package/templates/bcl-user-view/user-view.html.twig +0 -105
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-theme-default",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.11.0",
5
+ "version": "0.15.0",
6
6
  "description": "OE - BCL theme default",
7
7
  "scripts": {
8
8
  "build": "npm-run-all build:*",
@@ -13,9 +13,9 @@
13
13
  "prepublish": "npm run build"
14
14
  },
15
15
  "devDependencies": {
16
- "@openeuropa/bcl-bootstrap": "^0.11.0",
17
- "@openeuropa/bcl-builder": "^0.11.0",
18
- "@openeuropa/bcl-twig-templates": "^0.11.0",
16
+ "@openeuropa/bcl-bootstrap": "^0.15.0",
17
+ "@openeuropa/bcl-builder": "^0.15.0",
18
+ "@openeuropa/bcl-twig-templates": "^0.15.0",
19
19
  "copyfiles": "2.4.1",
20
20
  "cross-env": "7.0.3",
21
21
  "glob": "7.2.0",
@@ -39,5 +39,5 @@
39
39
  "design-system",
40
40
  "twig"
41
41
  ],
42
- "gitHead": "1c86da7d3aeb5e36ed8bf00ae38f3540285cfccb"
42
+ "gitHead": "97a9f0822ee0d4d800e40aa17bf87dc698c5906c"
43
43
  }
@@ -2,7 +2,8 @@
2
2
  .badge {
3
3
  font-size: $badge-font-size;
4
4
  font-weight: $badge-font-weight;
5
- vertical-align: 15%;
5
+ display: inline-flex;
6
+ align-items: center;
6
7
  @include media-breakpoint-up(md) {
7
8
  font-size: $badge-font-size-desktop;
8
9
  }
@@ -30,7 +30,7 @@
30
30
 
31
31
  .bcl-banner__content {
32
32
  padding: map-get($spacers, "4-75") map-get($spacers, "4-5");
33
- border-color: $banner-content-border-color !important;
33
+ border-color: $banner-content-border-color;
34
34
  }
35
35
 
36
36
  .bcl-banner__image {
@@ -91,13 +91,15 @@
91
91
  border-left: 4px solid transparent;
92
92
  }
93
93
  }
94
+ }
94
95
 
95
- &.full-width {
96
- left: 50%;
97
- width: 100vw;
98
- margin-left: -50vw;
99
- border-radius: 0;
100
- }
96
+ .bcl-banner.full-width,
97
+ .bcl-content-banner {
98
+ left: 50%;
99
+ width: 100vw;
100
+ margin-left: -50vw;
101
+ border-radius: 0;
102
+ position: relative;
101
103
  }
102
104
 
103
105
  .bcl-banner__content {
@@ -0,0 +1,8 @@
1
+ [data-bs-toggle="collapse"] {
2
+ &[aria-expanded="false"] .text-collapsed {
3
+ display: none;
4
+ }
5
+ &[aria-expanded="true"] .text-not-collapsed {
6
+ display: none;
7
+ }
8
+ }
@@ -23,6 +23,7 @@ $header-link-active-background: #003776 !default;
23
23
 
24
24
  .bcl-header__project {
25
25
  padding-top: map-get($spacers, 3);
26
+ min-height: map-get($spacers, 5);
26
27
  }
27
28
 
28
29
  .ec__header .bcl-header__project,
@@ -0,0 +1,19 @@
1
+ #bcl-inpage-navigation {
2
+ top: map-get($spacers, 3); // needed for position-sticky
3
+ background-color: $gray-100;
4
+
5
+ h5 {
6
+ font-weight: bold;
7
+ margin-bottom: 0;
8
+ padding: map-get($spacers, "3-5");
9
+ border-bottom: 1px solid $gray-300;
10
+ }
11
+ ul {
12
+ padding: map-get($spacers, "2-5");
13
+
14
+ .nav-link {
15
+ padding: map-get($spacers, 2);
16
+ margin-bottom: map-get($spacers, 2);
17
+ }
18
+ }
19
+ }
@@ -23,6 +23,9 @@
23
23
  }
24
24
  }
25
25
  }
26
+ &.bg-gray {
27
+ background: $gray-200;
28
+ }
26
29
  }
27
30
 
28
31
  @include media-breakpoint-down(md) {
@@ -0,0 +1,78 @@
1
+ /* stylelint-disable declaration-no-important */
2
+ // timeline
3
+ .bcl-timeline {
4
+ list-style-type: none;
5
+ position: relative;
6
+ padding: 0;
7
+ margin: 0;
8
+ max-width: 648px;
9
+
10
+ > li {
11
+ position: relative;
12
+ padding-bottom: map-get($spacers, "4-5");
13
+ padding-left: calc(22px + map-get($spacers, 3));
14
+
15
+ &::before {
16
+ content: "";
17
+ background: $white;
18
+ display: inline-block;
19
+ position: absolute;
20
+ border-radius: 50%;
21
+ border: 2px solid $primary;
22
+ left: 0;
23
+ width: 22px;
24
+ height: 22px;
25
+ }
26
+
27
+ &::after {
28
+ content: "";
29
+ background: $gray-300;
30
+ display: inline-block;
31
+ position: absolute;
32
+ left: 10px;
33
+ top: 22px;
34
+ width: 2px;
35
+ height: 100%;
36
+ }
37
+
38
+ &.collapsing {
39
+ transition: none !important;
40
+ }
41
+
42
+ &.bcl-timeline__item--toggle {
43
+ &::before {
44
+ border-color: $gray-600;
45
+ top: 7px;
46
+ }
47
+ &::after {
48
+ top: 30px;
49
+ background: repeating-linear-gradient(
50
+ to bottom,
51
+ $gray-300,
52
+ $gray-300 3px,
53
+ $white 3px,
54
+ $white 6px
55
+ );
56
+ }
57
+ }
58
+ &:last-child {
59
+ &::after {
60
+ content: none;
61
+ }
62
+ }
63
+ }
64
+
65
+ button[aria-expanded="false"] {
66
+ .label-expanded {
67
+ display: none;
68
+ }
69
+ }
70
+ button[aria-expanded="true"] {
71
+ .label-collapsed {
72
+ display: none;
73
+ }
74
+ svg {
75
+ transform: rotate(180deg);
76
+ }
77
+ }
78
+ }
@@ -0,0 +1,78 @@
1
+ $utilities: map-merge(
2
+ $utilities,
3
+ (
4
+ "background-color":
5
+ map-merge(
6
+ map-get($utilities, "background-color"),
7
+ (
8
+ values:
9
+ map-merge(
10
+ map-get(map-get($utilities, "background-color"), "values"),
11
+ (
12
+ date: $date,
13
+ )
14
+ ),
15
+ )
16
+ ),
17
+ // Extend rounded-top utility.
18
+ "max-width":
19
+ map-merge(
20
+ map-get($utilities, "max-width"),
21
+ (
22
+ values:
23
+ map-merge(
24
+ map-get(map-get($utilities, "max-width"), "values"),
25
+ (
26
+ date: 7.5rem,
27
+ "listing-img": 10rem,
28
+ )
29
+ ),
30
+ )
31
+ ),
32
+ // Create responsive classes for padding
33
+ "padding":
34
+ map-merge(
35
+ map-get($utilities, "padding"),
36
+ (
37
+ responsive: true,
38
+ )
39
+ ),
40
+ // Create responsive classes for borders
41
+ "border":
42
+ map-merge(
43
+ map-get($utilities, "border"),
44
+ (
45
+ responsive: true,
46
+ )
47
+ ),
48
+ )
49
+ );
50
+
51
+ .text-underline-hover {
52
+ text-decoration: none;
53
+ }
54
+ .text-underline-hover:hover {
55
+ text-decoration: underline;
56
+ }
57
+
58
+ @include media-breakpoint-down(md) {
59
+ .n-mx-container {
60
+ padding-right: $container-padding-x;
61
+ padding-left: $container-padding-x;
62
+ margin-right: -$container-padding-x;
63
+ margin-left: -$container-padding-x;
64
+ }
65
+ }
66
+
67
+ .bg-lighter {
68
+ background-color: $lighter;
69
+ }
70
+
71
+ .bg-gray-200 {
72
+ background-color: $gray-200;
73
+ }
74
+
75
+ .grid-3-9 {
76
+ grid-template-columns: 25% 75%;
77
+ grid-gap: map-get($gutters, "2-5");
78
+ }
@@ -1,12 +1,25 @@
1
+ $enable-negative-margins: true;
2
+ $negative-spacers: negativify-map($spacers);
3
+
1
4
  // Colors variables
2
- $gray-100: #f0f0f0;
3
- $light: $gray-100;
5
+ $light: #f0f0f0;
6
+ $lighter: $gray-100;
7
+ $date: #1698af;
4
8
  $blue-50: tint-color($blue, 90%);
5
9
  $red-50: tint-color($red, 90%);
6
10
  $yellow-50: tint-color($yellow, 90%);
7
11
  $green-50: tint-color($green, 90%);
8
12
  $cyan-50: tint-color($cyan, 90%);
9
13
 
14
+ // Override theme-color "light"
15
+ $theme-colors: map-merge(
16
+ $theme-colors,
17
+ (
18
+ "light": $light,
19
+ )
20
+ );
21
+ $theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value");
22
+
10
23
  $custom-blues: (
11
24
  "blue-50": $blue-50,
12
25
  );
@@ -23,13 +36,6 @@ $custom-cyans: (
23
36
  "cyan-50": $cyan-50,
24
37
  );
25
38
 
26
- $theme-colors: map-merge(
27
- $theme-colors,
28
- (
29
- "light": $light,
30
- )
31
- );
32
- $theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value");
33
39
  $blues: map-merge($blues, $custom-blues);
34
40
  $reds: map-merge($reds, $custom-reds);
35
41
  $yellows: map-merge($yellows, $custom-yellows);
@@ -53,6 +59,7 @@ $spacers-extended: (
53
59
  );
54
60
 
55
61
  $spacers: map-merge($spacers, $spacers-extended);
62
+ $gutters: $spacers;
56
63
 
57
64
  // Forms
58
65
  $form-check-input-size-lg: $form-check-input-width + 0.3em !default;
@@ -8,20 +8,6 @@
8
8
 
9
9
  @import "@openeuropa/bcl-bootstrap/scss/utilities";
10
10
 
11
- // Create responsive classes for padding
12
- $utilities: map-merge(
13
- $utilities,
14
- (
15
- "padding":
16
- map-merge(
17
- map-get($utilities, "padding"),
18
- (
19
- responsive: true,
20
- )
21
- ),
22
- )
23
- );
24
-
25
11
  // Layout & components
26
12
  @import "@openeuropa/bcl-bootstrap/scss/root";
27
13
  @import "@openeuropa/bcl-bootstrap/scss/reboot";
@@ -56,11 +42,13 @@ $utilities: map-merge(
56
42
 
57
43
  // Helpers
58
44
  @import "@openeuropa/bcl-bootstrap/scss/helpers";
45
+ @import "@openeuropa/bcl-theme-default/src/scss/utilities";
59
46
 
60
47
  // Utilities
61
48
  @import "@openeuropa/bcl-bootstrap/scss/utilities/api";
62
49
 
63
50
  // Custom styles
51
+ @import "@openeuropa/bcl-theme-default/src/scss/collapse";
64
52
  @import "@openeuropa/bcl-theme-default/src/scss/reset";
65
53
  @import "@openeuropa/bcl-theme-default/src/scss/header";
66
54
  @import "@openeuropa/bcl-theme-default/src/scss/footer";
@@ -74,3 +62,5 @@ $utilities: map-merge(
74
62
  @import "@openeuropa/bcl-theme-default/src/scss/bcl-offcanvas";
75
63
  @import "@openeuropa/bcl-theme-default/src/scss/breadcrumb";
76
64
  @import "@openeuropa/bcl-theme-default/src/scss/banners";
65
+ @import "@openeuropa/bcl-theme-default/src/scss/timeline";
66
+ @import "@openeuropa/bcl-theme-default/src/scss/inpage-navigation";
@@ -0,0 +1,64 @@
1
+ {% spaceless %}
2
+
3
+ {# Parameters:
4
+ - title: (string) (default: "")
5
+ - title_tag: (string) (default: "div")
6
+ - description: (string) (default: "")
7
+ - link: (link object) (default: {}): predefined structure for Link component
8
+ - image: (string) <img> tag
9
+ - shade: (boolean) (default: false)
10
+ - hero: (boolean) (default: false)
11
+ - full_width: (boolean) (default: false)
12
+ - content_classes: (string) (default: "")
13
+ #}
14
+
15
+ {% set _title = title|default('') %}
16
+ {% set _title_tag = title_tag|default('div') %}
17
+ {% set _description = description|default('') %}
18
+ {% set _link = link|default({}) %}
19
+ {% set _image = image|default('') %}
20
+ {% set _shade = shade|default(false) %}
21
+ {% set _hero = hero|default(false) %}
22
+ {% set _full_width = full_width|default(false) %}
23
+ {% set _content_classes = content_classes|default('') %}
24
+
25
+
26
+ {% set _content_class = 'bcl-banner__content' %}
27
+ {% if _content_classes is not empty %}
28
+ {% set _content_class = _content_class ~ " " ~ _content_classes %}
29
+ {% endif %}
30
+
31
+ {% set _title_classes = "display-6" %}
32
+ {% if _description is not empty or _link is not empty %}
33
+ {% set _title_classes = _title_classes ~ " mb-3" %}
34
+ {% endif %}
35
+
36
+ {% set _classes = [
37
+ 'bcl-banner',
38
+ _shade ? 'shade',
39
+ _image and not _shade ? 'overlay',
40
+ _hero ? 'hero',
41
+ _full_width ? 'full-width'
42
+ ] %}
43
+ {% set attributes = attributes.addClass(_classes) %}
44
+
45
+ <div {{ attributes }}>
46
+ {% if _image is not empty %}
47
+ <div class="bcl-banner__image" style="background-image:url({{ _image }})"></div>
48
+ {% endif %}
49
+ <div class="container">
50
+ <div class="{{ _content_class }}">
51
+ {% if _title is not empty %}
52
+ <{{ _title_tag }} class="{{ _title_classes }}">{{ _title }}</{{ _title_tag }}>
53
+ {% if _description is not empty %}
54
+ <p class="mb-4">{{ _description }}</p>
55
+ {% endif %}
56
+ {% if _link.path %}
57
+ {% include '@oe-bcl/bcl-link/link.html.twig' with _link only %}
58
+ {% endif %}
59
+ {% endif %}
60
+ </div>
61
+ </div>
62
+ </div>
63
+
64
+ {% endspaceless %}
@@ -0,0 +1,91 @@
1
+ {% spaceless %}
2
+
3
+ {#
4
+ Parameters:
5
+ - with_header (boolean) (default: false)
6
+ - with_footer (boolean) (default: false)
7
+ - with_banner (boolean) (default: false)
8
+ - with_sidebar (boolean) (default: false)
9
+ - columns (string) (default: 3-9 )
10
+ - content_type (string) (default: '')
11
+ - attributes (drupal attrs)
12
+
13
+ BLOCKS:
14
+ - header
15
+ - footer
16
+ - content
17
+ - sidebar
18
+ - banner
19
+ - feedback
20
+ - share
21
+ - related
22
+ #}
23
+
24
+ {% set _with_header = header|default(false) %}
25
+ {% set _with_footer = footer|default(false) %}
26
+ {% set _with_banner = banner|default(false) %}
27
+ {% set _with_sidebar = sidebar|default(false) %}
28
+ {% set _columns = columns|default('3-9') %}
29
+ {% set _content_type = content_type|default('') %}
30
+ {% set _classes = ['bcl-node-type'] %}
31
+ {% set _col_classes = { left: 'col-md-3', right: 'col-12 col-md-9' } %}
32
+
33
+ {% if _columns == '4-8' %}
34
+ {% set _col_classes = { left: 'col-md-4', right: 'col-12 col-md-8' } %}
35
+ {% elseif _columns == '2-10' %}
36
+ {% set _col_classes = { left: 'col-md-2', right: 'col-12 col-md-10' } %}
37
+ {% endif %}
38
+
39
+ {% if _content_type is not empty %}
40
+ {% set _classes = _classes|merge(['bcl-' ~ _content_type]) %}
41
+ {% endif %}
42
+
43
+ {% if _with_header %}
44
+ {% include '@oe-bcl/bcl-header/header.html.twig' with header only %}
45
+ {% endif %}
46
+
47
+ <main {{ attributes }}>
48
+ {% if _with_banner %}
49
+ {% block banner %}
50
+ {% include '@oe-bcl/bcl-content-banner/content-banner.html.twig' with banner only %}
51
+ {% endblock %}
52
+ {% endif %}
53
+
54
+ <div class="container mt-md-4-75 mt-4">
55
+ <div class="row">
56
+ {% if _with_sidebar %}
57
+ <div class="{{ _col_classes.left }}">
58
+ {% block sidebar %}{% endblock %}
59
+ </div>
60
+ <div class="{{ _col_classes.right }}">
61
+ {% else %}
62
+ <div class="col-md-12">
63
+ {% endif %}
64
+ {% block content_top %}
65
+ {{ content_top }}
66
+ {% endblock %}
67
+ {% block content %}
68
+ {{ content }}
69
+ {% endblock %}
70
+ {% block content_bottom %}
71
+ {{ content_bottom }}
72
+ {% endblock %}
73
+ {% block related %}
74
+ {{ related }}
75
+ {% endblock %}
76
+ </div>
77
+ </div>
78
+ </main>
79
+
80
+ {% block feedback %}
81
+ {{ feedback }}
82
+ {% endblock %}
83
+ {% block share %}
84
+ {{ share }}
85
+ {% endblock %}
86
+
87
+ {% if _with_footer %}
88
+ {% include '@oe-bcl/bcl-footer/footer.html.twig' with footer only %}
89
+ {% endif %}
90
+
91
+ {% endspaceless %}
@@ -0,0 +1,60 @@
1
+ {#
2
+ Parameters:
3
+ - listing (object) (default: {})
4
+ - pagination (object) (default: {})
5
+ - sidebar (object) (default: '')
6
+ - page_title (string) (default: '')
7
+ #}
8
+
9
+ {% extends "@oe-bcl/bcl-base-templates/content-type.html.twig" %}
10
+
11
+ {% set _listing = listing|default({}) %}
12
+ {% set _pagination = pagination|default({}) %}
13
+ {% set _search = search|default({}) %}
14
+ {% set _sidebar = sidebar|default({}) %}
15
+ {% set _page_title = page_title|default({}) %}
16
+
17
+ {% block content_top %}
18
+ {% include '@oe-bcl/bcl-button/button.html.twig' with filter_button only %}
19
+ <div class="mb-3 clearfix">
20
+ <div class="float-end d-none d-md-flex align-items-center">
21
+ {% include '@oe-bcl/bcl-select/select.html.twig' with sort_select|merge({
22
+ attributes: create_attribute().addClass(['ms-2 mb-2']),
23
+ }) only %}
24
+ </div>
25
+ <h4 class="mb-4">
26
+ <span class="text-capitalize">
27
+ {{- _page_title -}}
28
+ </span>
29
+ ({{ listing.items.length }})
30
+ </h4>
31
+ {% if badges is not empty and badges is iterable %}
32
+ {% for badge in badges %}
33
+ {% include '@oe-bcl/bcl-badge/badge.html.twig' with badge only %}
34
+ {% endfor %}
35
+ {% endif %}
36
+ </div>
37
+ <hr class="d-none d-md-block mb-4"/>
38
+ <div class="d-md-none">
39
+ {% include '@oe-bcl/bcl-select/select.html.twig' with sort_select|merge({
40
+ extra_classes: 'mb-4',
41
+ }) only %}
42
+ </div>
43
+ {% endblock %}
44
+
45
+ {% block content %}
46
+ {% if _listing is not empty %}
47
+ {% include '@oe-bcl/bcl-listing/listing.html.twig' with _listing %}
48
+ {% endif %}
49
+ {% endblock %}
50
+
51
+ {% block content_bottom %}
52
+ {% if _pagination is not empty %}
53
+ <hr class="d-none d-md-block mt-4-5">
54
+ {% include '@oe-bcl/bcl-pagination/pagination.html.twig' with _pagination only %}
55
+ {% endif %}
56
+ {% endblock %}
57
+
58
+ {% block sidebar %}
59
+ {% include '@oe-bcl/bcl-base-templates/sidebar-search.html.twig' with _sidebar only %}
60
+ {% endblock %}
@@ -4,5 +4,4 @@
4
4
  <div class="offcanvas-body p-lg-0">
5
5
  {% include '@oe-bcl/bcl-form/form.html.twig' with search_form only %}
6
6
  </div>
7
-
8
7
  {% endblock %}