bitgoblin-website/views/layout.twig

9 lines
109 B
Twig
Raw Normal View History

2022-07-09 13:20:07 -04:00
<html>
<head>
<title>Bit Goblin</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>