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

11 lines
157 B
HTML
Raw Normal View History

2017-11-25 21:35:48 +00:00
<html>{% load commonmark %}
<head>
<title>{{ team.name }}</title>
</head>
<body onload="window.print()">
{{ team.guide|unsafecommonmark }}
</body>
</html>