15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
---
|
|
import Layout from "#layouts/Layout.astro";
|
|
import BannerPrice from "#content/banner-saeule.svelte";
|
|
|
|
---
|
|
|
|
<Layout title="Energieausweis online erstellen - Online Energieausweis">
|
|
<h1>Energieausweis online erstellen</h1>
|
|
<BannerPrice client:load />
|
|
</Layout>
|
|
|
|
|
|
|
|
|