draft initial http application

This commit is contained in:
yggverse 2026-01-07 23:25:02 +02:00
parent 4c99208535
commit 353c78b2f0
12 changed files with 406 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{% extends "layout" %}
{% block content %}
<div>
<h1>{{ title }}</h1>
<div>
{{ description }}
</div>
<div>
<a href="{{ link }}">{{ time }}</a>
</div>
</div>
{% endblock content %}