9 lines
145 B
HTML
9 lines
145 B
HTML
<!-- base template for testing -->
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<h1>This is for testing</h1>
|
|
{% block content %}{% endblock %}
|
|
</body>
|
|
</html>
|