sculpin-skeleton/source/_layouts/default.html.twig

10 lines
156 B
Twig
Raw Normal View History

2015-07-17 10:26:35 +00:00
<!DOCTYPE html>
<html>
<head>
<title>{{ site.title }}</title>
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>