add placeholder pages

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:22:35 +02:00
parent c5bff54dc1
commit 5a3595621b
7 changed files with 35 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
{% extends 'layouts/main.njk' %}
{% set title='About me' %}
{% block styles %}
<link rel="stylesheet" href="/src/styles/about.css">
{% endblock %}
{% block sources %}
<script src="/src/scripts/about.ts" type="module"></script>
{% endblock %}
{% block components %}
{% endblock %}
{% block content %}
{% endblock %}