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

12 lines
161 B
HTML
Raw Normal View History

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