<!-- app/templates/app/paradero_info.html -->
<!DOCTYPE html>
<html>
<head>
<title>Información del Paradero</title>
</head>
<body>
<h1>Información del Paradero</h1>
<p>Detalle del paradero:</p>
<pre>{{ data }}</pre>
</body>
</html>