You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
348 B
Plaintext
18 lines
348 B
Plaintext
---
|
|
import Base from '../layouts/Base.astro'
|
|
|
|
import { Content } from '../content/interessi.md'
|
|
---
|
|
|
|
<Base>
|
|
<img slot="sidebar-bottom" src="/~misuraca/gazzelle.png" alt="link utili" />
|
|
|
|
<h1>
|
|
Interessi
|
|
<img src="/~misuraca/note.png" alt="music note" />
|
|
</h1>
|
|
<div class="text">
|
|
<Content />
|
|
</div>
|
|
</Base>
|