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

10 lines
159 B
Twig
Raw Normal View History

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