{% extends 'base.html' %}
{% load code_display %}
{% block body %}
Heads up!
You can add components to your app using the cli.
uvx shadcn_django@latest add alert{{ "Heads up!
You can add components to your app using the cli.
" | display_code }}
{% endblock %}