Create Location page
This commit is contained in:
@@ -11,7 +11,17 @@
|
||||
</script>
|
||||
|
||||
<main class="location">
|
||||
<h1>Hello {data.name}</h1>
|
||||
<h1 class="location__title">
|
||||
<span class="housesof">
|
||||
<strong>Houses</strong>
|
||||
<span>of</span>
|
||||
</span>
|
||||
<strong class="city">
|
||||
<!-- {data.name} -->
|
||||
Melbourne
|
||||
</strong>
|
||||
</h1>
|
||||
|
||||
<div class="location__description" bind:this={descriptionEl}>
|
||||
{@html data.description}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user