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

Hello htmx!

A new old way to build web applications

{% match fragment %} {% when Some with (fragment) %} {{ fragment|safe }} {% when None %} {% endmatch %}
{% endblock %}