|
- <!DOCTYPE html>
- <html lang="de">
- @@include('./head.html', {
- "title": "IHK24 Startseite",
- "stylesheet": "main"
- })
-
- <body>
- <div class="page">
- @@include('./header.html')
-
- <div class="page-wrapper">
- <main class="page-content">
- @@include('./grid.html')
-
- @@include('./section-cover.html')
-
- @@include('./section-topiclists.html')
-
- @@include('./section-infobanner.html')
-
- @@include('./section-heroteasers.html')
-
- @@include('./section-teasers.html')
-
- @@include('./section-feature.html')
-
- @@include('./section-social.html')
-
- @@include('./section-textteasers.html')
-
- @@include('./section-slider.html')
-
- @@include('./section-textteasers.html')
- </main>
- </div>
-
- @@include('./footer.html')
- </div>
-
- @@include('./scripts.html')
- </body>
- </html>
|