seitime-frappe/frappe/templates/test/_test_base.html
2021-07-01 22:10:02 +05:30

9 lines
145 B
HTML

<!-- base template for testing -->
<html>
<head>
</head>
<body>
<h1>This is for testing</h1>
{% block content %}{% endblock %}
</body>
</html>