seitime-frappe/frappe/templates/test/_test_base.html
Rushabh Mehta f537d75946
feat: Allow website templates to have different base templates (#6811)
* feat: Allow website templates to have different base templates

* test: custom base template
2019-01-27 20:46:23 +05:30

8 lines
131 B
HTML

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