<!DOCTYPE html>
<html lang="es">
<head>
  <meta charset="UTF-8">
  <title>Reporte A - Paciente</title>
  <style>
    body { font-family: Arial; margin: 25px; }
    h1 { color: #1976d2; border-bottom: 2px solid #1976d2; }
  </style>
</head>
<body>
  <h1>Ficha Hospitalaria (Reporte A)</h1>
  <p>Nombre: {{upper nombre}}</p>
  <p>Edad: {{edad}} años</p>
  <p>Generado el {{formatearFecha fecha}}</p>
</body>
</html>
