We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850aedf commit 4c8f4fbCopy full SHA for 4c8f4fb
themes/up-business-theme/layouts/404.html
@@ -1,3 +1,10 @@
1
-It is true, we have lost this page.
+{{ define "main" }}
2
+ {{ with .Site.Data.home.hero }}{{ partial "sections/hero.html" . }}{{ end }}
3
+ {{ with .Site.Data.home.brands }}{{ partial "sections/brands.html" . }}{{ end }}
4
+ {{ with .Site.Data.home.portfolio }}{{ partial "sections/portfolio.html" . }}{{ end }}
5
-Please navigate to the home page and explore more Solution Patterns.
6
+ It is true, we have lost this page.
7
+
8
+ Please navigate to the home page and explore more Solution Patterns.
9
10
+ {{ end }}
0 commit comments