zola/components/utils/test-templates/base.html

10 lines
132 B
HTML
Raw Normal View History

2020-02-10 22:09:22 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
{% block body %}
{% endblock body %}
</body>
</html>