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

11 lines
206 B
Twig
Raw Normal View History

2017-10-27 17:55:59 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2017-10-27 17:57:06 +00:00
<title>{{ site.title }}</title>
2017-10-27 17:55:59 +00:00
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>