{% extends 'base.html' %}
{% load code_display %}
{% block body %}
Open Dialog
Are you absolutely sure?
This action is permanent and cannot be undone.
Cancel
Submit
uvx shadcn_django@latest add dialog
{{ "
Open Dialog
Are you absolutely sure?
This action is permanent and cannot be undone.
Cancel
Submit
" | display_code }}
{% endblock %}