<!-- patients.html --> <h1>Hospital Patient Records</h1> <ul> {% for patient in patients %} <li> <strong>{{ patient.first_name }} {{ patient.last_name }}</strong><br> Diagnosis: {{ patient.diagnosis }} </li> {% endfor %} </ul>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter