Update templates/gem.html

This commit is contained in:
Nova Cat 2025-01-12 21:57:57 -08:00
parent 2ec4da7e64
commit 6d8dfc7d18

View file

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