this_week_in_rheumatology / templates /newsletter_pdf.html
cmcmaster's picture
deploy at 2024-11-11 09:48:16.356051
e4f5c0d verified
raw
history blame contribute delete
208 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{ title }}</title>
</head>
<body>
<h1>{{ title }}</h1>
<div class="content">
{{ content|safe }}
</div>
</body>
</html>