bornhack-website/src/teams/templates/team_guide_print.html

12 lines
161 B
HTML

{% load commonmark %}
<html>
<head>
<title>{{ team.name }}</title>
</head>
<body onload="window.print()">
{{ team.guide|untrustedcommonmark }}
</body>
</html>