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

11 lines
198 B
Twig
Raw Normal View History

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