url_for_params
This commit is contained in:
parent
7bff037b78
commit
133b37c490
5 changed files with 57 additions and 9 deletions
|
|
@ -9,4 +9,13 @@
|
|||
A collection of HTMX patterns
|
||||
</p>
|
||||
|
||||
<ul id="patterns" class="flex flex-col gap-4">
|
||||
<li>
|
||||
<a href="{{ url_for('infinite') }}"
|
||||
class="cursor-pointer bg-red-500 hover:bg-red-600 text-white font-bold py-2 px-4 rounded">
|
||||
Infinite Scroll
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue