initial 1312 funktioniert ein bisschen
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{% extends "baseof.html" %}
|
||||
|
||||
{% block title %}Index{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<hr>
|
||||
|
||||
<div hx-get="/entry/create" hx-trigger="load" id="entry-rendertarget"></div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div hx-get="/entry/feed/0" hx-trigger="load, every 5s"></div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user