{% extends 'base.html' %} {% block header %} fasthx example with Jinja2 {% endblock header %} {% block content %}

fasthx example with Jinja2

Normal Request to `/user-list` endpoint

Get User List Data

HTMX Request to `/user-list` endpoint

Normal Request to `/admin-list` endpoint

Get Admin List Data

HTMX Request to `/admin-list` endpoint

{% endblock content %}