basic styling, some metadata

This commit is contained in:
2026-05-18 15:05:58 -07:00
parent 04b07c9f7d
commit 1ba9ab7894
5 changed files with 61 additions and 34 deletions

View File

@ -2,6 +2,12 @@
layout: base.njk
---
<h1>{{ title }}</h1>
{% if hero %}
<img id="hero" src="{{ hero.src }}" alt="{{ hero.alt }}">
{% endif %}
{{ content | safe }}
<div id="content">
<h1>{{ title }}</h1>
{{ content | safe }}
</div>