mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 17:00:04 -04:00
11 lines
202 B
Text
11 lines
202 B
Text
---
|
|
layout: base.njk
|
|
---
|
|
|
|
{% if title != "home" %}
|
|
<section>
|
|
<nav><a href="/">home</a> > <a href="{{ page.url }}">{{ title }}</a></nav>
|
|
</section>
|
|
{% endif %}
|
|
|
|
<main>{{ content | safe }}</main>
|