-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
142 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...ce/ds-vr-test__components_hero_example-hero-topic-grey_0_document_0_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...nce/ds-vr-test__components_hero_example-hero-topic-grey_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
...nce/ds-vr-test__components_hero_example-hero-topic-grey_0_document_2_mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
'fullWidth': true | ||
--- | ||
|
||
{% from "components/hero/_macro.njk" import onsHero %} | ||
{{ | ||
onsHero({ | ||
"topic": 'Topic', | ||
"title": 'Retail Industry', | ||
"text": 'Sales by retailers in Great Britain directly to end consumers, including spending on goods (in store and online) | ||
(Retail Sales Index) and spending on services (Index of Services). The industry as a whole is used as an indicator | ||
of how the wider economy is performing and the strength of consumer spending.', | ||
"breadcrumbs": { | ||
"ariaLabel": 'Breadcrumbs', | ||
"itemsList": [ | ||
{ | ||
"url": '/', | ||
"text": 'Home' | ||
} | ||
] | ||
}, | ||
"variants": 'topic-grey' | ||
}) | ||
}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters