This commit is contained in:
2020-08-07 11:24:00 +02:00
parent abb072dfcf
commit 039bb7d427
12 changed files with 101 additions and 59 deletions

View File

@@ -1 +1,22 @@
{}
{
"title": "PlaceDetail",
"context": {
"tags": [
"Kamera",
"Wachhund",
"Zaun",
"Security"
],
"images": [
"/images/Bildschirmfoto_von_2020-07-13_11-03-07.png",
"/images/photo_2020-05-02_18-11-21.jpg",
"/images/Bildschirmfoto_von_2020-07-13_20-15-00.png",
"/images/photo_2020-05-02_18-11-21.jpg",
"/images/Bildschirmfoto_von_2020-07-13_11-03-07.png"
],
"additionalItems": [
"Edit Place",
"Delete Place"
]
}
}

View File

@@ -1,9 +1,9 @@
{{> @header}}
<article class="LP-Main">
<section class="LP-Main__Sidebar">
<div class="LP-Main">
<aside class="LP-Main__Sidebar">
{{> @navigation modifier='--sidebar'}}
</section>
<section class="LP-Main__Content">
</aside>
<main class="LP-Main__Content">
{{> @placeoverview}}
</section>
</article>
</main>
</div>