sculpin-skeleton/source/_layouts/default.html.twig
2015-07-17 11:32:51 +01:00

10 lines
159 B
Twig

<!DOCTYPE html>
<html>
<head>
<title>{{ site.title }}</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>