Update templates/gem.html

This commit is contained in:
Nova Cat 2025-01-12 21:56:49 -08:00
parent 5d855fd1c5
commit 2ec4da7e64

View file

@ -6,6 +6,6 @@
<title>{{title}}</title>
</head>
<body>
{{code}}
{% block code %} {% endblock %}
</body>
</html>