Files
Kontrollverlust/templates/index.html
T
2025-12-15 16:12:46 +01:00

18 lines
313 B
HTML

{% extends "baseof.html" %}
{% block title %}Kontrollverlust{% endblock %}
{% block content %}
<div id="auth-rendertarget"></div>
<hr>
<div hx-get="/entry/create" hx-trigger="load" id="entry-rendertarget"></div>
<hr>
<div hx-get="/entry/feed/0" hx-trigger="load" hx-indicator="none"></div>
{% endblock %}