{% extends "layout.html" %} {% block content %}

Hello htmx!

A new old way to build web applications

{% if users.is_some() %} {% include "fragment/user/table.html" %} {% else %} {% endif %}
{% endblock %}