10 lines
159 B
Twig
10 lines
159 B
Twig
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ site.title }}</title>
|
|
</head>
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
</body>
|
|
</html>
|