bitgoblin-website/views/layout.twig

9 lines
109 B
Twig

<html>
<head>
<title>Bit Goblin</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>