2025-04-30 02:44:05 -04:00
|
|
|
---
|
2025-05-18 19:49:08 -04:00
|
|
|
layout: base
|
2025-04-30 02:44:05 -04:00
|
|
|
---
|
|
|
|
|
2025-05-17 10:17:44 -04:00
|
|
|
<div class="page--home gap">
|
|
|
|
<main class="home__main box pad">{{ content | safe }}</main>
|
|
|
|
<aside class="home__social box pad">
|
|
|
|
<header>
|
|
|
|
<h2>Elsewhere</h2>
|
|
|
|
</header>
|
2025-05-16 19:21:47 -04:00
|
|
|
{% include 'snippets/socials.njk' %}
|
|
|
|
</aside>
|
2025-05-17 10:17:44 -04:00
|
|
|
<aside class="home__updates box pad">
|
|
|
|
<header>
|
|
|
|
<h2>Updates</h2>
|
|
|
|
</header>
|
2025-05-16 19:21:47 -04:00
|
|
|
{% include 'snippets/updates.njk' %}
|
|
|
|
</aside>
|
2025-05-17 10:17:44 -04:00
|
|
|
<aside class="home__badges box pad">
|
|
|
|
<header>
|
|
|
|
<h2>Neighborhood</h2>
|
|
|
|
</header>
|
2025-05-16 19:21:47 -04:00
|
|
|
{% include 'snippets/badges.njk' %}
|
|
|
|
</aside>
|
2025-05-12 02:31:17 -04:00
|
|
|
</div>
|