Files
website/frontend/src/pages/index.njk
T
terbshaeusser 5a3595621b add placeholder pages
Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
2026-05-24 09:40:21 +02:00

18 lines
324 B
Plaintext

{% extends 'layouts/main.njk' %}
{% set title='Home' %}
{% block styles %}
<link rel="stylesheet" href="/src/styles/index.css">
{% endblock %}
{% block sources %}
<script src="/src/scripts/index.ts" type="module"></script>
{% endblock %}
{% block components %}
{% endblock %}
{% block content %}
{% endblock %}