zola/components/utils/test-templates/base.html
Vincent Prouillet 855d2376df Fix some theme extension
Closes #937
2020-02-10 23:09:22 +01:00

10 lines
132 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
{% block body %}
{% endblock body %}
</body>
</html>