|
- <!DOCTYPE html>
- <html lang="de">
- @@include('./head.html', {
- "title": "IHK24 Themenseite",
- "stylesheet": "main"
- })
-
- <body>
- <div class="page">
- @@include('./header.html')
-
- <div class="page-wrapper">
- <section class="page-details">
- <ul class="breadcrumb">
- <li><a href="#">Start</a></li>
- <li><a href="#">Beratung und Service</a></li>
- </ul>
- <span class="docnumber">Nr. 4073226</span>
- </section>
-
- <main class="page-content">
- @@include('./grid.html')
-
- @@include('./section-intro.html')
-
- <div id="toclist">
- @@include('./section-topics.html')
-
- <section>
- <div class="container large">
- <div class="row ">
- <div class="col">
- @@include('./link-collection.html')
- </div>
- </div>
- </div>
- </section>
-
- @@include('./section-feature.html')
-
- @@include('./section-events.html')
- </div>
- </main>
-
- @@include('./section-contact.html')
- </div>
-
- @@include('./footer.html')
- </div>
-
- @@include('./scripts.html')
- </body>
- </html>
|