{% extends "base.html" %} {% block title %}Contact - {{ person_id }} - {{ person.name }}{% endblock %} {% block content %}

HTMX PATTERNS - BOOSTED

Contact - {{ person_id }}

{{ person.name }} - {{ person.phone_number }}

Boosted Links

{% if prev_id is not none %} Previous {% else %} Previous {% endif %} Next

Normal Links

{% if prev_id is not none %} Previous {% else %} Previous {% endif %} Next
{% endblock %}