cookiecutter/package/tests/input/base.html

10 lines
178 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %} - Built with Complexity</title>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>